提交 ab330342 authored 作者: root's avatar root

fix crash on log print.

上级 aa16f939
......@@ -582,7 +582,8 @@ H323Channel * FSH323_T38Capability::CreateChannel(
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG,"FSH323_T38Capability::CreateChannel %p sessionID= %u direction=%s [%p]\n"
, &connection
, sessionID
, GetDirections[direction]);
, GetDirections[direction]
, this);
return connection.CreateRealTimeLogicalChannel(*this, direction, sessionID, params);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论