summaryrefslogtreecommitdiffstats
path: root/content/plugin/plugin_main_mac.mm
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-23 04:18:20 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-23 04:18:20 +0000
commitefde84b01394b6052590b2ede1ca2a47ad332755 (patch)
tree4a83e7544859652ff58c9cb525016f88f606c20a /content/plugin/plugin_main_mac.mm
parent44a6e57bb0d9ec21733271842d781fc9d4a4757a (diff)
downloadchromium_src-efde84b01394b6052590b2ede1ca2a47ad332755.zip
chromium_src-efde84b01394b6052590b2ede1ca2a47ad332755.tar.gz
chromium_src-efde84b01394b6052590b2ede1ca2a47ad332755.tar.bz2
LOG(INFO) -> VLOG(0) in content/
Let me know if you prefer to keep some of these as INFO or just delete them. R=jam@chromium.org BUG=322805 Review URL: https://codereview.chromium.org/84293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236936 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/plugin/plugin_main_mac.mm')
-rw-r--r--content/plugin/plugin_main_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/plugin/plugin_main_mac.mm b/content/plugin/plugin_main_mac.mm
index df4d701..91deed8 100644
--- a/content/plugin/plugin_main_mac.mm
+++ b/content/plugin/plugin_main_mac.mm
@@ -19,7 +19,7 @@ void TrimInterposeEnvironment() {
std::string interpose_list;
if (!env->GetVar(kDYLDInsertLibrariesKey, &interpose_list)) {
- LOG(INFO) << "No Carbon Interpose library found.";
+ VLOG(0) << "No Carbon Interpose library found.";
return;
}