gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/avm2 r9552: Add useful debug message.


From: Tom Stellard
Subject: [Gnash-commit] /srv/bzr/gnash/avm2 r9552: Add useful debug message.
Date: Tue, 09 Sep 2008 11:59:07 +0800
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9552
committer: Tom Stellard <address@hidden>
branch nick: gnash_dev
timestamp: Tue 2008-09-09 11:59:07 +0800
message:
  Add useful debug message.
modified:
  libcore/swf/SymbolClassTag.h
=== modified file 'libcore/swf/SymbolClassTag.h'
--- a/libcore/swf/SymbolClassTag.h      2008-09-09 03:50:38 +0000
+++ b/libcore/swf/SymbolClassTag.h      2008-09-09 03:59:07 +0000
@@ -46,7 +46,7 @@
        {
                VM& vm = VM::get();
                Machine *mach = vm.getMachine();
-               
+               log_debug("SymbolClassTag: Creating class %s.",rootClass);
                mach->instantiateClass(rootClass,vm.getGlobal());
        }
 


reply via email to

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