gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/avm2 r9586: Clean up some debug statements


From: Tom Stellard
Subject: [Gnash-commit] /srv/bzr/gnash/avm2 r9586: Clean up some debug statements.
Date: Sun, 05 Oct 2008 08:14:40 +0800
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9586
committer: Tom Stellard <address@hidden>
branch nick: gnash_dev
timestamp: Sun 2008-10-05 08:14:40 +0800
message:
  Clean up some debug statements.
modified:
  libcore/abc_function.cpp
  libcore/vm/Machine.cpp
=== modified file 'libcore/abc_function.cpp'
--- a/libcore/abc_function.cpp  2008-09-30 15:54:41 +0000
+++ b/libcore/abc_function.cpp  2008-10-05 00:14:40 +0000
@@ -32,9 +32,9 @@
 as_value
 abc_function::operator()(const fn_call& fn)
 {
-       log_debug("Calling an abc_function id=%u.",mMethodInfo->mMethodID);
+       LOG_DEBUG_AVM("Calling an abc_function id=%u.",mMethodInfo->mMethodID);
        as_value val = mMachine->executeFunction(mMethodInfo,fn);
-       log_debug("Done calling abc_function id=%u 
value=%s",mMethodInfo->mMethodID,val.toDebugString());
+       LOG_DEBUG_AVM("Done calling abc_function id=%u 
value=%s",mMethodInfo->mMethodID,val.toDebugString());
        return val;
 
 }

=== modified file 'libcore/vm/Machine.cpp'
--- a/libcore/vm/Machine.cpp    2008-10-04 12:03:19 +0000
+++ b/libcore/vm/Machine.cpp    2008-10-05 00:14:40 +0000
@@ -1484,7 +1484,7 @@
                asName a = pool_name(mStream->read_V32(), mPoolObject);
        
                as_value val = find_prop_strict(a);
-               LOG_DEBUG_AVM("VALUE FOUND.");
+
                pop_stack();
 
                push_stack(val);


reply via email to

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