X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=chan_lcr.c;h=634c08b84644e8167483d712b5e16c94b6b73456;hp=edf38a7ced2247104ca3d4983a64b5a60bb30c9f;hb=69475c77e1b5eef4f101f0bf108a89d04ccd833b;hpb=db5c235146985544e856bb1106a4b78507c892cf diff --git a/chan_lcr.c b/chan_lcr.c index edf38a7..634c08b 100644 --- a/chan_lcr.c +++ b/chan_lcr.c @@ -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); +#if 0 printf("[call=%s ast=%s] %s", call_text, ast_text, buffer); +#endif ast_mutex_unlock(&log_lock); }