| Index: remoting/protocol/connection_to_host.cc
|
| diff --git a/remoting/protocol/connection_to_host.cc b/remoting/protocol/connection_to_host.cc
|
| index e35ba22810efcc6046e55f2a8236c233592fc0db..cdaf4b61a06c4955904cc2de28f91af4799beaed 100644
|
| --- a/remoting/protocol/connection_to_host.cc
|
| +++ b/remoting/protocol/connection_to_host.cc
|
| @@ -212,8 +212,7 @@ void ConnectionToHost::OnSessionStateChange(
|
|
|
| void ConnectionToHost::OnSessionRouteChange(const std::string& channel_name,
|
| const TransportRoute& route) {
|
| - VLOG(0) << "Using " << TransportRoute::GetTypeString(route.type)
|
| - << " connection for " << channel_name << " channel";
|
| + event_callback_->OnRouteChanged(channel_name, route);
|
| }
|
|
|
| void ConnectionToHost::OnSessionChannelReady(const std::string& channel_name,
|
|
|