CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/08/29 13:50:10
Modified files:
server : as_environment.cpp
Log message:
* server/as_environment.cpp (get_variable): more verbosity in
debugging messages.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/as_environment.cpp?cvsroot=gnash&r1=1.84&r2=1.85
Patches:
Index: as_environment.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/as_environment.cpp,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -b -r1.84 -r1.85
--- as_environment.cpp 24 Aug 2007 10:37:56 -0000 1.84
+++ as_environment.cpp 29 Aug 2007 13:50:09 -0000 1.85
@@ -17,7 +17,7 @@
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
//
-/* $Id: as_environment.cpp,v 1.84 2007/08/24 10:37:56 strk Exp $ */
+/* $Id: as_environment.cpp,v 1.85 2007/08/29 13:50:09 strk Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -80,7 +80,7 @@
if ( ! tmp.is_undefined() )
{
IF_VERBOSE_ASCODING_ERRORS(
- log_aserror(_("...but get_variable_raw(%s, <scopeStack>)
succeeded!"), path.c_str());
+ log_aserror(_("...but get_variable_raw(%s, <scopeStack>)
succeeded (%s)!"), path.c_str(), tmp.to_debug_string().c_str());
)
}
return as_value();
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit