forked from mirrors/gecko-dev
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:
parent
27a79c0e53
commit
40f9bf512c
1 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue