]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Emphasise one debug message
authorMike Brady <mikebradydublin@icloud.com>
Sun, 14 Jun 2020 08:49:10 +0000 (09:49 +0100)
committerMike Brady <mikebradydublin@icloud.com>
Sun, 14 Jun 2020 08:49:10 +0000 (09:49 +0100)
rtp.c

diff --git a/rtp.c b/rtp.c
index a8f03f6ab42e5485219163969cda5ac71f9499a9..4e6828e357eb5ab041381132181ce9afd20acaea 100644 (file)
--- 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);