Fix a logging error.

BUG=

Review-Url: https://codereview.webrtc.org/2152963004
Cr-Commit-Position: refs/heads/master@{#13493}
This commit is contained in:
honghaiz 2016-07-15 17:55:34 -07:00 committed by Commit bot
parent 91042f834d
commit da2c945fd2

View File

@ -339,9 +339,9 @@ void P2PTransportChannel::SetRemoteIceMode(IceMode mode) {
void P2PTransportChannel::SetIceConfig(const IceConfig& config) {
if (config_.continual_gathering_policy != config.continual_gathering_policy) {
config_.continual_gathering_policy = config.continual_gathering_policy;
LOG(LS_INFO) << "Set continual_gathering_policy to "
<< config_.continual_gathering_policy;
config_.continual_gathering_policy = config.continual_gathering_policy;
}
if (config.backup_connection_ping_interval >= 0 &&