Fix a logging error.
BUG= Review-Url: https://codereview.webrtc.org/2152963004 Cr-Commit-Position: refs/heads/master@{#13493}
This commit is contained in:
parent
91042f834d
commit
da2c945fd2
@ -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 &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user