mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
fix crash on log print.
This commit is contained in:
parent
aa16f939b7
commit
ab33034266
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user