mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-28 05:04:13 +00:00
Changed error print to debug
This commit is contained in:
parent
b7e99e9677
commit
408244b0c5
@ -532,9 +532,9 @@ move_along:
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
default:
|
default:
|
||||||
if (g_ftdm_sngss7_data.cfg.isupCkt[circuit].type != VOICE) {
|
if (g_ftdm_sngss7_data.cfg.isupCkt[circuit].type != VOICE) {
|
||||||
SS7_ERROR("Rx %s on circuit that is not a voice CIC (%d)\n",
|
ftdm_log(FTDM_LOG_DEBUG, "Rx %s on circuit that is not a voice CIC (%d) (circuit:%d)\n",
|
||||||
DECODE_LCC_EVENT(evntType),
|
DECODE_LCC_EVENT(evntType),
|
||||||
g_ftdm_sngss7_data.cfg.isupCkt[circuit].cic);
|
g_ftdm_sngss7_data.cfg.isupCkt[circuit].cic, circuit);
|
||||||
SS7_FUNC_TRACE_EXIT(__FUNCTION__);
|
SS7_FUNC_TRACE_EXIT(__FUNCTION__);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user