diff options
Diffstat (limited to 'chrome/test/webdriver/commands/webdriver_command.cc')
-rw-r--r-- | chrome/test/webdriver/commands/webdriver_command.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/webdriver/commands/webdriver_command.cc b/chrome/test/webdriver/commands/webdriver_command.cc index 68a42f5..d7e9ab0 100644 --- a/chrome/test/webdriver/commands/webdriver_command.cc +++ b/chrome/test/webdriver/commands/webdriver_command.cc @@ -50,7 +50,7 @@ bool WebDriverCommand::Init(Response* const response) { 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( |