| Index: content/browser/browser_plugin/test_browser_plugin_guest.cc
|
| diff --git a/content/browser/browser_plugin/test_browser_plugin_guest.cc b/content/browser/browser_plugin/test_browser_plugin_guest.cc
|
| index 63237b390eaec9f7b7e157e909fcee40aeb2b562..8f6d302860adcf7347df082bbe774a4127ad082a 100644
|
| --- a/content/browser/browser_plugin/test_browser_plugin_guest.cc
|
| +++ b/content/browser/browser_plugin/test_browser_plugin_guest.cc
|
| @@ -83,7 +83,7 @@ void TestBrowserPluginGuest::RenderProcessGone(base::TerminationStatus status) {
|
| exit_observed_ = true;
|
| if (status != base::TERMINATION_STATUS_NORMAL_TERMINATION &&
|
| status != base::TERMINATION_STATUS_STILL_RUNNING)
|
| - LOG(INFO) << "Guest crashed status: " << status;
|
| + VLOG(0) << "Guest crashed status: " << status;
|
| if (crash_message_loop_runner_.get())
|
| crash_message_loop_runner_->Quit();
|
| BrowserPluginGuest::RenderProcessGone(status);
|
|
|