]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
audiod: Kill noisy debug message.
authorAndre Noll <maan@systemlinux.org>
Thu, 3 Feb 2011 16:10:36 +0000 (17:10 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 7 Jul 2011 15:28:38 +0000 (17:28 +0200)
Debug output is noisy enough even without this.

audiod.c

index 03218e249ec3b69b8863c245628514a5ae32a225..eff58fda1b7ead6c327594afb60165a1bfde4fb1 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -289,7 +289,7 @@ out:
                length / 60,
                length % 60
        );
-       PARA_DEBUG_LOG("slot %d: %s\n", slot_num, msg);
+       //PARA_DEBUG_LOG("slot %d: %s\n", slot_num, msg);
        return msg;
 empty:
        return para_strdup(NULL);