mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Prevent debug message from spamming stdout
This commit is contained in:
parent
6a494e2cbd
commit
c019c6236e
|
@ -196,7 +196,7 @@ bool chloss (const RTPSession *session, const struct RTPHeader *header)
|
|||
(session->rsequnum + 65535) - hosq :
|
||||
session->rsequnum - hosq;
|
||||
|
||||
puts ("Lost packet");
|
||||
fprintf (stderr, "Lost packet\n");
|
||||
|
||||
while (lost --)
|
||||
bwc_add_lost(session->bwc , 0);
|
||||
|
|
Loading…
Reference in New Issue
Block a user