[asterisk-commits] rmudgett: trunk r372631 - in /trunk: ./ funcs/func_math.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Sep 7 17:10:34 CDT 2012
Author: rmudgett
Date: Fri Sep 7 17:10:33 2012
New Revision: 372631
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=372631
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
........
Merged revisions 372630 from http://svn.asterisk.org/svn/asterisk/branches/11
Modified:
trunk/ (props changed)
trunk/funcs/func_math.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.
Modified: trunk/funcs/func_math.c
URL: http://svnview.digium.com/svn/asterisk/trunk/funcs/func_math.c?view=diff&rev=372631&r1=372630&r2=372631
==============================================================================
--- trunk/funcs/func_math.c (original)
+++ trunk/funcs/func_math.c Fri Sep 7 17:10:33 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