[asterisk-commits] lmadsen: branch 1.6.2 r262797 - in /branches/1.6.2: ./ res/ael/pval.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed May 12 14:32:09 CDT 2010


Author: lmadsen
Date: Wed May 12 14:32:05 2010
New Revision: 262797

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=262797
Log:
Merged revisions 262796 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r262796 | lmadsen | 2010-05-12 14:31:42 -0500 (Wed, 12 May 2010) | 4 lines
  
  Remove unnecessary WARNING message in ael/pval.c
  
  (closes issue #17145)
  Reported by: okrief
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/res/ael/pval.c

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.2/res/ael/pval.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/res/ael/pval.c?view=diff&rev=262797&r1=262796&r2=262797
==============================================================================
--- branches/1.6.2/res/ael/pval.c (original)
+++ branches/1.6.2/res/ael/pval.c Wed May 12 14:32:05 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 asterisk-commits mailing list