diff options
Diffstat (limited to 'remoting/client/chromoting_client.cc')
-rw-r--r-- | remoting/client/chromoting_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/chromoting_client.cc b/remoting/client/chromoting_client.cc index ae581c8..71a611a 100644 --- a/remoting/client/chromoting_client.cc +++ b/remoting/client/chromoting_client.cc @@ -250,7 +250,7 @@ void ChromotingClient::BeginSessionResponse( return; } - LOG(INFO) << "BeginSessionResponse received"; + VLOG(1) << "BeginSessionResponse received"; // Inform the connection that the client has been authenticated. This will // enable the communication channels. |