From: Andre Noll Date: Thu, 3 Feb 2011 16:10:36 +0000 (+0100) Subject: audiod: Kill noisy debug message. X-Git-Tag: v0.4.8~22^2~2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=eb9722e8763a9b2a2ae99d98a9715bd932081c3c audiod: Kill noisy debug message. Debug output is noisy enough even without this. --- diff --git a/audiod.c b/audiod.c index 03218e24..eff58fda 100644 --- 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);