Bug 1326005: Make this log at INFO because that's the level we log on the sending side. r=mjf

Differential Revision: https://phabricator.services.mozilla.com/D82035
This commit is contained in:
Byron Campen [:bwc] 2020-07-08 18:00:20 +00:00
parent 27a79c0e53
commit 40f9bf512c

View file

@ -292,7 +292,7 @@ nsresult NrIceMediaStream::ParseTrickleCandidate(const std::string& candidate,
return NS_ERROR_FAILURE;
}
MOZ_MTLOG(ML_DEBUG, "NrIceCtx(" << ctx_->label << ")/STREAM(" << name()
MOZ_MTLOG(ML_INFO, "NrIceCtx(" << ctx_->label << ")/STREAM(" << name()
<< ") : parsing trickle candidate "
<< candidate);