diff --git a/config.c b/config.c index f54a049fdb9595874150f2060f6610180ac2b8ca..d35f38531354b20e4eaf89382a59fd651b50451c 100755 --- a/config.c +++ b/config.c @@ -466,7 +466,7 @@ static int process_text_line(struct ast_config *cfg, struct ast_category **cat, else do_exec = 0; if (do_exec && !option_exec_includes) { - ast_log(LOG_WARNING, "Cannot perform #exec unless exec_includes option is enabled in asterisk.conf!\n"); + ast_log(LOG_WARNING, "Cannot perform #exec unless execincludes option is enabled in asterisk.conf (options section)!\n"); do_exec = 0; } if (do_include || do_exec) {