]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Quieten two debug messages.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sun, 13 Mar 2022 02:29:55 +0000 (13:29 +1100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Sun, 13 Mar 2022 02:29:55 +0000 (13:29 +1100)
rtp.c

diff --git a/rtp.c b/rtp.c
index beefeaeaa27db421d2a02113e67a0e30da318bf3..08d0484989c925f6f5056785a8a4af93dde64c16 100644 (file)
--- a/rtp.c
+++ b/rtp.c
@@ -2837,13 +2837,13 @@ void *rtp_buffered_audio_processor(void *arg) {
         }
       } else {
         // nread is 0 -- the port has been closed
-        debug(1, "buffered audio port closed!");
+        debug(2, "buffered audio port closed!");
         finished = 1;
       }
     }
 
   } while (finished == 0);
-  debug(1, "Buffered Audio Receiver RTP thread \"normal\" exit.");
+  debug(2, "Buffered Audio Receiver RTP thread \"normal\" exit.");
   pthread_cleanup_pop(1); // deallocate the swr
   pthread_cleanup_pop(1); // deallocate the av_packet
   pthread_cleanup_pop(1); // av_parser_init_cleanup_handler