FS-9244 fix debug lines
This commit is contained in:
parent
18dbefa6da
commit
8fe1a584c8
|
@ -4849,7 +4849,7 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_CONSOLE, "Video Codec Compare [%s:%d]/[%s:%d]\n",
|
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Video Codec Compare [%s:%d]/[%s:%d]\n",
|
||||||
rm_encoding, map->rm_pt, imp->iananame, imp->ianacode);
|
rm_encoding, map->rm_pt, imp->iananame, imp->ianacode);
|
||||||
if ((zstr(map->rm_encoding) || (smh->mparams->ndlb & SM_NDLB_ALLOW_BAD_IANANAME)) && map->rm_pt < 96) {
|
if ((zstr(map->rm_encoding) || (smh->mparams->ndlb & SM_NDLB_ALLOW_BAD_IANANAME)) && map->rm_pt < 96) {
|
||||||
vmatch = (map->rm_pt == imp->ianacode) ? 1 : 0;
|
vmatch = (map->rm_pt == imp->ianacode) ? 1 : 0;
|
||||||
|
@ -4873,7 +4873,7 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s
|
||||||
matches[m_idx].imp = imp;
|
matches[m_idx].imp = imp;
|
||||||
matches[m_idx].map = map;
|
matches[m_idx].map = map;
|
||||||
|
|
||||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_CONSOLE, "Video Codec Compare [%s:%d] +++ is saved as a match\n",
|
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Video Codec Compare [%s:%d] +++ is saved as a match\n",
|
||||||
imp->iananame, map->rm_pt);
|
imp->iananame, map->rm_pt);
|
||||||
m_idx++;
|
m_idx++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue