Index: content/plugin/plugin_main_mac.mm |
diff --git a/content/plugin/plugin_main_mac.mm b/content/plugin/plugin_main_mac.mm |
index df4d701f4ea7f6558eebdb749e423e0dd2689705..91deed83dab84c0674cee18c95b74ce4c4a5d98b 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; |
} |