| Index: chrome/test/webdriver/commands/webdriver_command.cc
|
| ===================================================================
|
| --- chrome/test/webdriver/commands/webdriver_command.cc (revision 63075)
|
| +++ chrome/test/webdriver/commands/webdriver_command.cc (working copy)
|
| @@ -50,7 +50,7 @@
|
| return false;
|
| }
|
|
|
| - LOG(INFO) << "Fetching session: " << session_id;
|
| + VLOG(1) << "Fetching session: " << session_id;
|
| session_ = Singleton<SessionManager>::get()->GetSession(session_id);
|
| if (session_ == NULL) {
|
| response->set_value(Value::CreateStringValue(
|
|
|