Index: content/browser/tracing/trace_subscriber_stdio.cc |
diff --git a/content/browser/tracing/trace_subscriber_stdio.cc b/content/browser/tracing/trace_subscriber_stdio.cc |
index 2c6aede56cef0738459828dda7b8d58b04daa925..da816609391b34dd76c659b9e49fc15571216634 100644 |
--- a/content/browser/tracing/trace_subscriber_stdio.cc |
+++ b/content/browser/tracing/trace_subscriber_stdio.cc |
@@ -37,7 +37,7 @@ class TraceSubscriberStdio::TraceSubscriberStdioWorker |
return; |
} |
- LOG(INFO) << "Logging performance trace to file: " << path_.value(); |
+ VLOG(0) << "Logging performance trace to file: " << path_.value(); |
if (file_type_ == FILE_TYPE_PROPERTY_LIST) |
WriteString("{\"traceEvents\":"); |
WriteString("["); |