mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-27 09:10:51 +00:00
Clarify error message.
This commit is contained in:
parent
918c68accf
commit
b21f34bffc
@ -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))) {
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user