mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 03:40:30 +00:00
print RR more briefly
The line was needlessly chatty and thus harder to read. Currently, it is a bit more techical but (IMO) somehow easier to read. Since it is printed in VERBOSE mode or higher, there should be no problem.
This commit is contained in:
@@ -130,7 +130,8 @@ static void process_rr(struct rtp *session, rtp_event * e)
|
||||
}
|
||||
if(packet_count < 1) packet_count = 1;
|
||||
|
||||
log_msg(LOG_LEVEL_INFO, "Receiver of 0x%08x reports RTT=%d usec, loss %.2f%% (out of %d packets)\n",
|
||||
log_msg(LOG_LEVEL_INFO,
|
||||
"RR of 0x%08x: RTT=%d usec, loss %.2f%% (of %d pkts)\n",
|
||||
r->ssrc, RTT, fract_lost, packet_count);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user