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 7252b25018
commit d31ab43b77

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;