Index: chrome/test/webdriver/commands/create_session.cc |
=================================================================== |
--- chrome/test/webdriver/commands/create_session.cc (revision 63075) |
+++ chrome/test/webdriver/commands/create_session.cc (working copy) |
@@ -24,7 +24,7 @@ |
return; |
} |
- LOG(INFO) << "Created session " << session_id; |
+ VLOG(1) << "Created session " << session_id; |
std::ostringstream stream; |
stream << "http://" << session_manager->GetIPAddress() << "/session/" |
<< session_id; |