From: Eliot Gable Date: Sat, 21 Jun 2014 19:16:50 +0000 (+0000) Subject: Clarify error message. X-Git-Tag: v1.5.13~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b21f34bffc1625ec8126b6737096ce4cb5e2ed15;p=thirdparty%2Ffreeswitch.git Clarify error message. --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 1721a6d7b6..cef69d08ad 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -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; }