projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
746dbf2
)
Clarify documentation (bug #3495)
author
Mark Spencer
<markster@digium.com>
Wed, 2 Feb 2005 19:48:53 +0000
(19:48 +0000)
committer
Mark Spencer
<markster@digium.com>
Wed, 2 Feb 2005 19:48:53 +0000
(19:48 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4953
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
config.c
patch
|
blob
|
history
diff --git
a/config.c
b/config.c
index
f54a049
..
d35f385
100755
(executable)
--- 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) {