[asterisk-commits] murf: branch 1.4 r79044 - /branches/1.4/main/cdr.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Aug 10 12:43:49 CDT 2007
Author: murf
Date: Fri Aug 10 12:43:49 2007
New Revision: 79044
URL: http://svn.digium.com/view/asterisk?view=rev&rev=79044
Log:
This will help debug; from a question asked on #asterisk
Modified:
branches/1.4/main/cdr.c
Modified: branches/1.4/main/cdr.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/cdr.c?view=diff&rev=79044&r1=79043&r2=79044
==============================================================================
--- branches/1.4/main/cdr.c (original)
+++ branches/1.4/main/cdr.c Fri Aug 10 12:43:49 2007
@@ -759,7 +759,7 @@
break;
default:
res = -1;
- ast_log(LOG_WARNING, "Cause not handled\n");
+ ast_log(LOG_WARNING, "Cause (%d) not handled\n", cause);
}
}
return res;
More information about the asterisk-commits
mailing list