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:
6776ea7
)
Fix minor typo (bug #3534)
author
Mark Spencer
<markster@digium.com>
Wed, 9 Feb 2005 21:17:34 +0000
(21:17 +0000)
committer
Mark Spencer
<markster@digium.com>
Wed, 9 Feb 2005 21:17:34 +0000
(21:17 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4993
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
asterisk.c
patch
|
blob
|
history
diff --git
a/asterisk.c
b/asterisk.c
index
413b6e1
..
17b5b69
100755
(executable)
--- a/
asterisk.c
+++ b/
asterisk.c
@@
-1552,7
+1552,7
@@
static void ast_readconfig(void) {
/* whether or not to support #exec in config files */
} else if (!strcasecmp(v->name, "execincludes")) {
option_exec_includes = ast_true(v->value);
- /* debug level (-v at startup) */
+ /* debug level (-d at startup) */
} else if (!strcasecmp(v->name, "debug")) {
option_debug = 0;
if (sscanf(v->value, "%d", &option_debug) != 1) {