]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Turn off an annoying debug message
authorMike Brady <mikebrady@eircom.net>
Mon, 22 Feb 2016 14:18:31 +0000 (14:18 +0000)
committerMike Brady <mikebrady@eircom.net>
Mon, 22 Feb 2016 14:18:31 +0000 (14:18 +0000)
audio_alsa.c

index 2591404cd2897307f87dd380de415be867fd2a39..e31104b46ea48d9c4693ab6297261b1936a55e1f 100644 (file)
@@ -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