From: Mike Brady Date: Mon, 22 Feb 2016 14:42:13 +0000 (+0000) Subject: Quieten some more annoying debug messages X-Git-Tag: 2.9.2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da50f19b1af2b8ae92d09faf8f878edf65350a59;p=thirdparty%2Fshairport-sync.git Quieten some more annoying debug messages --- diff --git a/audio_alsa.c b/audio_alsa.c index e31104b4..333ca8c9 100644 --- a/audio_alsa.c +++ b/audio_alsa.c @@ -403,7 +403,7 @@ static void start(int sample_rate) { } static uint32_t delay() { - debug(3,"audio_alsa delay called."); + // debug(3,"audio_alsa delay called."); if (alsa_handle == NULL) { return 0; } else { @@ -441,7 +441,7 @@ static uint32_t delay() { } static void play(short buf[], int samples) { - debug(3,"audio_alsa play called."); + // debug(3,"audio_alsa play called."); int ret = 0; if (alsa_handle == NULL) { pthread_mutex_lock(&alsa_mutex);