mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 17:02:23 +00:00
tweak log
This commit is contained in:
parent
2a4d94cc03
commit
0bd2b3a9e4
@ -526,7 +526,8 @@ SWITCH_DECLARE(void) switch_core_session_hangup_state(switch_core_session_t *ses
|
|||||||
|
|
||||||
switch_api_execute(cmd, expanded, use_session, &stream);
|
switch_api_execute(cmd, expanded, use_session, &stream);
|
||||||
|
|
||||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Hangup Command %s(%s):\n%s\n", cmd, switch_str_nil(expanded),
|
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Hangup Command %s %s(%s):\n%s\n",
|
||||||
|
use_session ? "with Session" : "with no Session", cmd, switch_str_nil(expanded),
|
||||||
switch_str_nil((char *) stream.data) );
|
switch_str_nil((char *) stream.data) );
|
||||||
|
|
||||||
if (expanded != arg) {
|
if (expanded != arg) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user