CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 08/01/11 10:51:12
Modified files: server/vm : ASHandlers.cpp Log message: Too many arguments for format... CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/server/vm/ASHandlers.cpp?cvsroot=gnash&r1=1.177&r2=1.178 Patches: Index: ASHandlers.cpp =================================================================== RCS file: /sources/gnash/gnash/server/vm/ASHandlers.cpp,v retrieving revision 1.177 retrieving revision 1.178 diff -u -b -r1.177 -r1.178 --- ASHandlers.cpp 11 Jan 2008 08:50:14 -0000 1.177 +++ ASHandlers.cpp 11 Jan 2008 10:51:12 -0000 1.178 @@ -17,7 +17,7 @@ // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // -/* $Id: ASHandlers.cpp,v 1.177 2008/01/11 08:50:14 strk Exp $ */ +/* $Id: ASHandlers.cpp,v 1.178 2008/01/11 10:51:12 strk Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -3029,7 +3029,7 @@ try { op1 = op1.to_primitive(); } catch (ActionTypeError& e) { - log_debug(_("to_primitive() threw an ActionTypeError %s"), + log_debug(_("to_primitive(%s) threw an ActionTypeError %s"), op1.to_debug_string().c_str(), e.what()); } @@ -3037,7 +3037,7 @@ try { op2 = op2.to_primitive(); } catch (ActionTypeError& e) { - log_debug(_("to_primitive() threw an ActionTypeError %s"), + log_debug(_("to_primitive(%s) threw an ActionTypeError %s"), op2.to_debug_string().c_str(), e.what()); } _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit