diff options
Diffstat (limited to 'chrome/test/webdriver/commands/create_session.cc')
-rw-r--r-- | chrome/test/webdriver/commands/create_session.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/webdriver/commands/create_session.cc b/chrome/test/webdriver/commands/create_session.cc index 42dd722..6903efb 100644 --- a/chrome/test/webdriver/commands/create_session.cc +++ b/chrome/test/webdriver/commands/create_session.cc @@ -24,7 +24,7 @@ void CreateSession::ExecutePost(Response* const response) { return; } - LOG(INFO) << "Created session " << session_id; + VLOG(1) << "Created session " << session_id; std::ostringstream stream; stream << "http://" << session_manager->GetIPAddress() << "/session/" << session_id; |