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:
41453eb
)
Fix "not found" case (bug #3404)
author
Mark Spencer
<markster@digium.com>
Fri, 11 Feb 2005 16:09:01 +0000
(16:09 +0000)
committer
Mark Spencer
<markster@digium.com>
Fri, 11 Feb 2005 16:09:01 +0000
(16:09 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5008
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
config.c
patch
|
blob
|
history
diff --git
a/config.c
b/config.c
index
32a0591
..
1c7c6cb
100755
(executable)
--- a/
config.c
+++ b/
config.c
@@
-657,7
+657,7
@@
static struct ast_config *config_text_file_load(const char *database, const char
} else { /* can't open file */
if (option_debug)
ast_log(LOG_DEBUG, "No file to parse: %s\n", fn);
} else { /* can't open file */
if (option_debug)
ast_log(LOG_DEBUG, "No file to parse: %s\n", fn);
- else if (option_verbose > 2)
+ else if (option_verbose > 1)
ast_verbose( "Not found (%s)\n", strerror(errno));
}
if (comment) {
ast_verbose( "Not found (%s)\n", strerror(errno));
}
if (comment) {