X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=chan_lcr.c;h=634c08b84644e8167483d712b5e16c94b6b73456;hp=ebaba2aaf4279310fb0d03ec88dfcaa86992e162;hb=1732b615a146a79d651b0f15d0e7c15334d5bece;hpb=6fa1349ce7cc4312c848cb529c563b3f23f5b7b4 diff --git a/chan_lcr.c b/chan_lcr.c index ebaba2a..634c08b 100644 --- a/chan_lcr.c +++ b/chan_lcr.c @@ -246,7 +246,10 @@ void chan_lcr_log(int type, const char *file, int line, const char *function, st strncpy(ast_text, ast->name, sizeof(ast_text)-1); ast_text[sizeof(ast_text)-1] = '\0'; - ast_log(type, file, line, function, "[call=%s ast=%s] %s", call_text, ast_text, buffer); +// 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); }