[svn-commits] lmadsen: trunk r262796 - /trunk/res/ael/pval.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed May 12 14:31:47 CDT 2010


Author: lmadsen
Date: Wed May 12 14:31:42 2010
New Revision: 262796

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=262796
Log:
Remove unnecessary WARNING message in ael/pval.c

(closes issue #17145)
Reported by: okrief

Modified:
    trunk/res/ael/pval.c

Modified: trunk/res/ael/pval.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/ael/pval.c?view=diff&rev=262796&r1=262795&r2=262796
==============================================================================
--- trunk/res/ael/pval.c (original)
+++ trunk/res/ael/pval.c Wed May 12 14:31:42 2010
@@ -2519,8 +2519,6 @@
 			|| strcasecmp(item->u1.str,"macroif") == 0
 			|| strcasecmp(item->u1.str,"stackpop") == 0
 			|| strcasecmp(item->u1.str,"execIf") == 0 ) {
-			ast_log(LOG_WARNING,"Warning: file %s, line %d-%d: application call to %s affects flow of control, and needs to be re-written using AEL if, while, goto, etc. keywords instead!\n",
-					item->filename, item->startline, item->endline, item->u1.str);
 			warns++;
 		}
 		if (strcasecmp(item->u1.str,"macroexit") == 0) {




More information about the svn-commits mailing list