summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg2010-08-04 15:12:05 +0200
committerAndreas Eversberg2010-08-04 15:12:05 +0200
commit1732b615a146a79d651b0f15d0e7c15334d5bece (patch)
treed6a35308b9d4efb961e54c2effca7d3be556b074
parentRemoved ast_log again for testing. Seems that it also causes dead-locks when ... (diff)
downloadlcr-1732b615a146a79d651b0f15d0e7c15334d5bece.tar.gz
lcr-1732b615a146a79d651b0f15d0e7c15334d5bece.tar.xz
lcr-1732b615a146a79d651b0f15d0e7c15334d5bece.zip
Removed debugging output from chan_lcr
-rw-r--r--chan_lcr.c2
1 files changed, 2 insertions, 0 deletions
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);
}