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:
Martin Pulec
2024-06-26 14:18:30 +02:00
parent e6473a01dd
commit b4bf412a7a

View File

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