Removed debugging output from chan_lcr
authorAndreas Eversberg <jolly@eversberg.eu>
Wed, 4 Aug 2010 13:12:05 +0000 (15:12 +0200)
committerAndreas Eversberg <jolly@eversberg.eu>
Wed, 4 Aug 2010 13:12:05 +0000 (15:12 +0200)
chan_lcr.c

index edf38a7..634c08b 100644 (file)
@@ -247,7 +247,9 @@ void chan_lcr_log(int type, const char *file, int line, const char *function, st
        ast_text[sizeof(ast_text)-1] = '\0';
 
 //     ast_log(type, file, line, function, "[call=%s ast=%s] %s", call_text, ast_text, buffer);
        ast_text[sizeof(ast_text)-1] = '\0';
 
 //     ast_log(type, file, line, function, "[call=%s ast=%s] %s", call_text, ast_text, buffer);
+#if 0
        printf("[call=%s ast=%s] %s", call_text, ast_text, buffer);
        printf("[call=%s ast=%s] %s", call_text, ast_text, buffer);
+#endif
 
        ast_mutex_unlock(&log_lock);
 }
 
        ast_mutex_unlock(&log_lock);
 }