Prevent debug message from spamming stdout

This commit is contained in:
Jfreegman 2015-11-04 21:00:00 -05:00
parent 6a494e2cbd
commit c019c6236e
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -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);