提交 5cccc627 authored 作者: Raymond Chandler's avatar Raymond Chandler

seg--

上级 0ddd151a
...@@ -179,7 +179,7 @@ static void do_unload(void) { ...@@ -179,7 +179,7 @@ static void do_unload(void) {
switch_core_hash_this(hi, &key, &keylen, &val); switch_core_hash_this(hi, &key, &keylen, &val);
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "deleting translate profile [%s]\n", (char *) key); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "deleting translate profile [%s]\n", (char *) key);
for (rl = nrl = val; rl;) { for (nrl = val; rl;) {
rl = nrl; rl = nrl;
nrl = nrl->next; nrl = nrl->next;
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "deleting rule for [%s]\n", rl->regex); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "deleting rule for [%s]\n", rl->regex);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论