mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
Add agent groupings, fix the "incorrect" message on first login attempt
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1144 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
config.c
2
config.c
@@ -743,7 +743,7 @@ static struct ast_config *__ast_load(char *configfile, struct ast_config *tmp, s
|
||||
if (option_debug)
|
||||
ast_log(LOG_DEBUG, "No file to parse: %s\n", fn);
|
||||
else if (option_verbose > 1)
|
||||
ast_verbose( "Not found (%s)", strerror(errno));
|
||||
ast_verbose( "Not found (%s)\n", strerror(errno));
|
||||
}
|
||||
#ifdef PRESERVE_COMMENTS
|
||||
if (master) {
|
||||
|
||||
Reference in New Issue
Block a user