summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_thread.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/render_thread.cc')
-rw-r--r--chrome/renderer/render_thread.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/renderer/render_thread.cc b/chrome/renderer/render_thread.cc
index 9a71b31..ebb8af7 100644
--- a/chrome/renderer/render_thread.cc
+++ b/chrome/renderer/render_thread.cc
@@ -154,10 +154,10 @@ class SuicideOnChannelErrorFilter : public IPC::ChannelProxy::MessageFilter {
// stopgap, to avoid leaking due to not releasing Breakpad properly.
// TODO(viettrungluu): Investigate why this is being called.
if (IsCrashReporterEnabled()) {
- LOG(INFO) << "Cleaning up Breakpad.";
+ VLOG(1) << "Cleaning up Breakpad.";
DestructCrashReporter();
} else {
- LOG(INFO) << "Breakpad not enabled; no clean-up needed.";
+ VLOG(1) << "Breakpad not enabled; no clean-up needed.";
}
#endif // OS_MACOSX