diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-20 22:24:47 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-20 22:24:47 +0000 |
commit | be451c8bdb17be34c764150c47844304a94221c5 (patch) | |
tree | 85d589d7772d02ef63852351fda8982a5ea6dbff /remoting/host/remoting_host_messages.mc | |
parent | ea423a68cc76c7d6133bbfcd6d7630d8e8d29b1a (diff) | |
download | chromium_src-be451c8bdb17be34c764150c47844304a94221c5.zip chromium_src-be451c8bdb17be34c764150c47844304a94221c5.tar.gz chromium_src-be451c8bdb17be34c764150c47844304a94221c5.tar.bz2 |
Log connection type to syslogs and to the server.
Also updated HostStatusObserver to receive transport route information as
part of the OnClientRouteChange() notification, so that logging code
receives connection type in order to log it.
BUG=96736
Review URL: https://chromiumcodereview.appspot.com/9727005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127814 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/remoting_host_messages.mc')
-rw-r--r-- | remoting/host/remoting_host_messages.mc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/remoting_host_messages.mc b/remoting/host/remoting_host_messages.mc index 95d9b9e..0b2249b 100644 --- a/remoting/host/remoting_host_messages.mc +++ b/remoting/host/remoting_host_messages.mc @@ -49,5 +49,5 @@ Severity=Informational Facility=Host SymbolicName=MSG_HOST_CLIENT_ROUTING_CHANGED Language=English -Channel IP for client: %1 ip='%2' host_ip='%3' channel='%4'. +Channel IP for client: %1 ip='%2' host_ip='%3' channel='%4' connection='%5'. . |