]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Quieten some more annoying debug messages
authorMike Brady <mikebrady@eircom.net>
Mon, 22 Feb 2016 14:42:13 +0000 (14:42 +0000)
committerMike Brady <mikebrady@eircom.net>
Mon, 22 Feb 2016 14:42:13 +0000 (14:42 +0000)
audio_alsa.c

index e31104b46ea48d9c4693ab6297261b1936a55e1f..333ca8c97ea9e150a148ef1f08989f1fc6824e6c 100644 (file)
@@ -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);