correct file name in message

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@149918 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming 2008-10-16 08:31:13 +00:00
parent 109a17ae79
commit 18609210ba
1 changed files with 1 additions and 1 deletions

View File

@ -923,7 +923,7 @@ static int set_config(void)
}
if (!(cfg = ast_config_load("users.conf", config_flags)) || cfg == CONFIG_STATUS_FILEINVALID) {
ast_log(LOG_WARNING, "Unable to load users.cfg\n");
ast_log(LOG_WARNING, "Unable to load users.conf\n");
return 0;
}