提交 b21f34bf authored 作者: Eliot Gable's avatar Eliot Gable

Clarify error message.

上级 918c68ac
...@@ -10040,7 +10040,7 @@ static void member_bind_controls(conference_member_t *member, const char *contro ...@@ -10040,7 +10040,7 @@ static void member_bind_controls(conference_member_t *member, const char *contro
} }
if (!(xgroups = switch_xml_find_child(xgroups, "group", "name", controls))) { if (!(xgroups = switch_xml_find_child(xgroups, "group", "name", controls))) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Can't find caller-controls in %s\n", global_cf_name); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Can't find group '%s' in caller-controls section of %s\n", switch_str_nil(controls), global_cf_name);
goto end; goto end;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论