gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/server/vm ActionExec.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server/vm ActionExec.cpp
Date: Fri, 25 May 2007 13:35:00 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/25 13:35:00

Modified files:
        server/vm      : ActionExec.cpp 

Log message:
        ops, use log_aserror, not log_swferror for script limits hit

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/vm/ActionExec.cpp?cvsroot=gnash&r1=1.34&r2=1.35

Patches:
Index: ActionExec.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/vm/ActionExec.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- ActionExec.cpp      25 May 2007 13:25:47 -0000      1.34
+++ ActionExec.cpp      25 May 2007 13:35:00 -0000      1.35
@@ -17,7 +17,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-/* $Id: ActionExec.cpp,v 1.34 2007/05/25 13:25:47 strk Exp $ */
+/* $Id: ActionExec.cpp,v 1.35 2007/05/25 13:35:00 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -268,7 +268,7 @@
            // what to do instead..
            //
            //IF_VERBOSE_ASCODING_ERRORS (
-           log_swferror("Script aborted due to exceeded limit: %s", ex.what());
+           log_aserror("Script aborted due to exceeded limit: %s", ex.what());
            //)
     }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]