Index: apps/app_confbridge.c =================================================================== --- apps/app_confbridge.c (revision 343275) +++ apps/app_confbridge.c (working copy) @@ -2655,7 +2655,7 @@ } else if (!strncasecmp(args.type, "locked", 6)) { count = bridge->locked; } else { - ast_log(LOG_ERROR, "Invalid keyword.\n"); + ast_log(LOG_ERROR, "Invalid keyword '%s' passed to CONFBRIDGE_INFO. Should be one of: parties, admins, marked, or locked.\n", args.type); } snprintf(buf, len, "%d", count); ao2_unlock(bridge);