summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/plugin_list_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/plugins/plugin_list_posix.cc')
-rw-r--r--webkit/glue/plugins/plugin_list_posix.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/glue/plugins/plugin_list_posix.cc b/webkit/glue/plugins/plugin_list_posix.cc
index 72891d1..682381c 100644
--- a/webkit/glue/plugins/plugin_list_posix.cc
+++ b/webkit/glue/plugins/plugin_list_posix.cc
@@ -262,8 +262,7 @@ bool PluginList::ShouldLoadPlugin(const WebPluginInfo& info,
// TODO(evanm): prefer the newest version of flash, etc. here?
- LOG_IF(INFO, PluginList::DebugPluginLoading())
- << "Using " << info.path.value();
+ VLOG_IF(1, PluginList::DebugPluginLoading()) << "Using " << info.path.value();
return true;
}