From eb9722e8763a9b2a2ae99d98a9715bd932081c3c Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 3 Feb 2011 17:10:36 +0100 Subject: [PATCH] audiod: Kill noisy debug message. Debug output is noisy enough even without this. --- audiod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2