From: Mike Brady Date: Mon, 22 Feb 2016 14:18:31 +0000 (+0000) Subject: Turn off an annoying debug message X-Git-Tag: 2.9.2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e525bbe266f55de3316ec782264aa9eeb8c8e2fc;p=thirdparty%2Fshairport-sync.git Turn off an annoying debug message --- diff --git a/audio_alsa.c b/audio_alsa.c index 2591404c..e31104b4 100644 --- a/audio_alsa.c +++ b/audio_alsa.c @@ -510,7 +510,7 @@ static void flush(void) { } static void stop(void) { - debug(2,"audio_alsa stop called."); + // debug(2,"audio_alsa stop called."); // when we want to stop, we want the alsa device // to be closed immediately -- we may even be killing the thread, so we // don't wish to wait