From: Mike Brady Date: Sun, 14 Jun 2020 08:49:10 +0000 (+0100) Subject: Emphasise one debug message X-Git-Tag: 3.3.7d12~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ead6cfc4add2226f74fdfe9244b35d7239f2c02e;p=thirdparty%2Fshairport-sync.git Emphasise one debug message --- diff --git a/rtp.c b/rtp.c index a8f03f6a..4e6828e3 100644 --- a/rtp.c +++ b/rtp.c @@ -812,7 +812,7 @@ void *rtp_timing_receiver(void *arg) { // samples.",conn->local_to_remote_time_gradient*1000000,sample_count); } else { - debug(2, + debug(1, "Time ping turnaround time: %" PRIu64 " ns -- it looks like a timing ping was lost.", return_time);