summaryrefslogtreecommitdiffstats
path: root/WebKit/android/plugins/PluginDebugAndroid.h
diff options
context:
space:
mode:
authorGrace Kloba <klobag@google.com>2010-03-12 18:45:47 -0800
committerGrace Kloba <klobag@google.com>2010-03-16 14:21:03 -0700
commitd68483b2c8871634da4f12a5c7c272c47ee8e646 (patch)
tree8ba44dab588bae7115b1eb6555fb8b6884c4afb6 /WebKit/android/plugins/PluginDebugAndroid.h
parent1d7ddf2fb889b97549e1041bbbf53e481b4ced2c (diff)
downloadexternal_webkit-d68483b2c8871634da4f12a5c7c272c47ee8e646.zip
external_webkit-d68483b2c8871634da4f12a5c7c272c47ee8e646.tar.gz
external_webkit-d68483b2c8871634da4f12a5c7c272c47ee8e646.tar.bz2
To enable per file log, only need to define PLUGIN_DEBUG_LOCAL
Diffstat (limited to 'WebKit/android/plugins/PluginDebugAndroid.h')
-rw-r--r--WebKit/android/plugins/PluginDebugAndroid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/plugins/PluginDebugAndroid.h b/WebKit/android/plugins/PluginDebugAndroid.h
index 3f328f9..92092d5 100644
--- a/WebKit/android/plugins/PluginDebugAndroid.h
+++ b/WebKit/android/plugins/PluginDebugAndroid.h
@@ -35,7 +35,7 @@
// Android plug-in code in this directory.
#define PLUGIN_DEBUG_GLOBAL 0
-#if PLUGIN_DEBUG_GLOBAL || (defined(PLUGIN_DEBUG_LOCAL) && PLUGIN_DEBUG_LOCAL)
+#if PLUGIN_DEBUG_GLOBAL || defined(PLUGIN_DEBUG_LOCAL)
# define PLUGIN_LOG(FORMAT, ARGS...) do { anp_logPlugin(FORMAT, ## ARGS); } while(0)
# define PLUGIN_LOG_EVENT(NPP, EVT, RET, TIME) do { anp_logPluginEvent(NPP, EVT, RET, TIME); } while(0)