gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server/asobj Object.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server/asobj Object.cpp
Date: Wed, 08 Aug 2007 20:17:29 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/08/08 20:17:29

Modified files:
        server/asobj   : Object.cpp 

Log message:
        add more info on ascoding errors

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/Object.cpp?cvsroot=gnash&r1=1.25&r2=1.26

Patches:
Index: Object.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/Object.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- Object.cpp  1 Jul 2007 10:54:30 -0000       1.25
+++ Object.cpp  8 Aug 2007 20:17:28 -0000       1.26
@@ -17,7 +17,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-/* $Id: Object.cpp,v 1.25 2007/07/01 10:54:30 bjacques Exp $ */
+/* $Id: Object.cpp,v 1.26 2007/08/08 20:17:28 strk Exp $ */
 
 #include "tu_config.h"
 #include "Object.h"
@@ -250,7 +250,7 @@
        {
                IF_VERBOSE_ASCODING_ERRORS(
                log_aserror(_("Invalid call to Object.registerClass() - "
-                       "empty symbol id"));
+                       "empty symbol id (%s)"), 
fn.arg(0).to_debug_string().c_str());
                );
                return as_value(false);
        }
@@ -260,7 +260,7 @@
        {
                IF_VERBOSE_ASCODING_ERRORS(
                log_aserror(_("Invalid call to Object.registerClass() - "
-                       "class is not a function"));
+                       "class is not a function (%s)"), 
fn.arg(1).to_debug_string().c_str());
                );
                return as_value(false);
        }




reply via email to

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