diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-29 18:53:41 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-29 18:53:41 +0000 |
commit | 416a3c0d426b3ea4bfd9e31deb4857f16152336b (patch) | |
tree | d54f7abdfee245865d74ff4e7338d82f1093918c /remoting/client/chromoting_client.cc | |
parent | d0b4373db41cdfcd4ad380ee5d5e23398b0373c8 (diff) | |
download | chromium_src-416a3c0d426b3ea4bfd9e31deb4857f16152336b.zip chromium_src-416a3c0d426b3ea4bfd9e31deb4857f16152336b.tar.gz chromium_src-416a3c0d426b3ea4bfd9e31deb4857f16152336b.tar.bz2 |
Replace LOG(INFO) with VLOG(1) to avoid excessive logging.
BUG=80246
TEST=None
Review URL: http://codereview.chromium.org/8043032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103320 0039d316-1c4b-4281-b951-d872f2087c98
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. |