Moved formats changed debug message to a lower level.

This commit is contained in:
marian 2023-05-26 16:46:25 +03:00
parent c45f3a0345
commit 7ca0164860
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ void SDPSession::updateFormats(const NamedList& msg, bool changeMedia)
SDPMedia* rtp = static_cast<SDPMedia*>(m_rtpMedia->operator[](tmp));
if (rtp) {
if (rtp->update(*p))
TraceDebug(m_traceId,m_enabler,DebugNote,"Formats for '%s' changed to '%s' [%p]",
TraceDebug(m_traceId,m_enabler,DebugInfo,"Formats for '%s' changed to '%s' [%p]",
tmp.c_str(),rtp->formats().c_str(),m_ptr);
}
else if (*p) {