提交 8954dc57 authored 作者: Marc Olivier Chouinard's avatar Marc Olivier Chouinard

thanks to diegoviola for his detail-oriented watchful eye ;-)


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15309 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 10bc5514
...@@ -1594,7 +1594,7 @@ SWITCH_DECLARE(int32_t) switch_core_session_ctl(switch_session_ctl_t cmd, int32_ ...@@ -1594,7 +1594,7 @@ SWITCH_DECLARE(int32_t) switch_core_session_ctl(switch_session_ctl_t cmd, int32_
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING,
"Shutdown in progress, %u session(s) remain.\nShutting down %s\n", "Shutdown in progress, %u session(s) remain.\nShutting down %s\n",
count, count,
cmd == SCSC_SHUTDOWN_ASAP ? "ASAP" : "Once there are no active calls."); cmd == SCSC_SHUTDOWN_ASAP ? "ASAP" : "once there are no active calls.");
x = 0; x = 0;
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论