mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 940709 - Upgrade ICE state change log level. r=bwc
This commit is contained in:
parent
7252b25018
commit
d31ab43b77
@ -675,7 +675,7 @@ void NrIceCtx::SetState(State state) {
|
||||
if (state == state_)
|
||||
return;
|
||||
|
||||
MOZ_MTLOG(ML_DEBUG, "NrIceCtx(" << name_ << "): state " <<
|
||||
MOZ_MTLOG(ML_INFO, "NrIceCtx(" << name_ << "): state " <<
|
||||
state_ << "->" << state);
|
||||
state_ = state;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user