Bug 940709 - Upgrade ICE state change log level. r=bwc

This commit is contained in:
EKR 2013-11-19 16:06:08 -08:00
parent 827e569121
commit 1cb5d5c856

View File

@ -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;