gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/avm2 r9542: Wrap AVM2 debug messages with


From: Tom Stellard
Subject: [Gnash-commit] /srv/bzr/gnash/avm2 r9542: Wrap AVM2 debug messages with IF_VERBOSE_ACTION.
Date: Sun, 31 Aug 2008 11:02:37 +0800
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9542
committer: Tom Stellard <address@hidden>
branch nick: gnash_dev
timestamp: Sun 2008-08-31 11:02:37 +0800
message:
  Wrap AVM2 debug messages with IF_VERBOSE_ACTION.
modified:
  libcore/vm/Machine.h
=== modified file 'libcore/vm/Machine.h'
--- a/libcore/vm/Machine.h      2008-08-31 02:23:49 +0000
+++ b/libcore/vm/Machine.h      2008-08-31 03:02:37 +0000
@@ -27,7 +27,7 @@
 #include "swf.h"
 #include "as_environment.h"
 
-#define LOG_DEBUG_AVM(fmt,...) log_action("AVM2: " fmt, ## __VA_ARGS__);
+#define LOG_DEBUG_AVM(fmt,...) IF_VERBOSE_ACTION(log_action("AVM2: " fmt, ## 
__VA_ARGS__));
 
 namespace gnash {
 


reply via email to

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