From f286c413c03815cc58c47b8ebe453ab842fcf085 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Wed, 2 Feb 2005 19:48:53 +0000 Subject: [PATCH] Clarify documentation (bug #3495) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4953 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index f54a049fdb..d35f385313 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) {