oops, sorry bout that
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@840 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
e2c42c0a9f
commit
af346dbe42
|
@ -1765,7 +1765,7 @@ static ZIO_SIGNAL_CB_FUNCTION(on_clear_channel_signal)
|
||||||
|
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "Unhandled msg type for channel %d:%d\n",
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "Unhandled msg type %d for channel %d:%d\n",
|
||||||
sigmsg->event_id, sigmsg->channel->span_id, sigmsg->channel->chan_id);
|
sigmsg->event_id, sigmsg->channel->span_id, sigmsg->channel->chan_id);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue