[svn-commits] russell: branch russell/events r103680 - /team/russell/events/main/pbx.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Feb 14 13:25:39 CST 2008


Author: russell
Date: Thu Feb 14 13:25:38 2008
New Revision: 103680

URL: http://svn.digium.com/view/asterisk?view=rev&rev=103680
Log:
bump up the debug level on something pretty verbose

Modified:
    team/russell/events/main/pbx.c

Modified: team/russell/events/main/pbx.c
URL: http://svn.digium.com/view/asterisk/team/russell/events/main/pbx.c?view=diff&rev=103680&r1=103679&r2=103680
==============================================================================
--- team/russell/events/main/pbx.c (original)
+++ team/russell/events/main/pbx.c Thu Feb 14 13:25:38 2008
@@ -2505,7 +2505,7 @@
 					} else
 						ast_log(LOG_ERROR, "Unable to allocate bogus channel for variable substitution.  Function results may be blank.\n");
 				}
-				ast_debug(1, "Function result is '%s'\n", cp4 ? cp4 : "(null)");
+				ast_debug(2, "Function result is '%s'\n", cp4 ? cp4 : "(null)");
 			} else {
 				/* Retrieve variable value */
 				pbx_retrieve_variable(c, vars, &cp4, workspace, VAR_BUF_SIZE, headp);




More information about the svn-commits mailing list