[asterisk-commits] rmudgett: branch 11 r372630 - in /branches/11: ./ funcs/func_math.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Sep 7 17:09:33 CDT 2012
Author: rmudgett
Date: Fri Sep 7 17:09:32 2012
New Revision: 372630
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=372630
Log:
Remove annoying unconditional debug message from INC/DEC functions.
(closes issue AST-1001)
Reported by: Guenther Kelleter
........
Merged revisions 372628 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
Merged revisions 372629 from http://svn.asterisk.org/svn/asterisk/branches/10
Modified:
branches/11/ (props changed)
branches/11/funcs/func_math.c
Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: branches/11/funcs/func_math.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/funcs/func_math.c?view=diff&rev=372630&r1=372629&r2=372630
==============================================================================
--- branches/11/funcs/func_math.c (original)
+++ branches/11/funcs/func_math.c Fri Sep 7 17:09:32 2012
@@ -421,8 +421,6 @@
modify_orig = 1;
}
- ast_log(LOG_NOTICE, "The value is now: %d\n", int_value);
-
if (snprintf(returnvar, sizeof(returnvar), "%d", int_value) > 0) {
pbx_builtin_setvar_helper(chan, data, returnvar);
if (modify_orig) {
More information about the asterisk-commits
mailing list