From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sun, 13 Mar 2022 02:29:55 +0000 (+1100) Subject: Quieten two debug messages. X-Git-Tag: 4.1-rc1~24^2~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c27849328adf4ab158f41c91dd4e7b26984e8d7;p=thirdparty%2Fshairport-sync.git Quieten two debug messages. --- diff --git a/rtp.c b/rtp.c index beefeaea..08d04849 100644 --- 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