correct file name in message

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@149918 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Kevin P. Fleming 17 years ago
parent 109a17ae79
commit 18609210ba

@ -923,7 +923,7 @@ static int set_config(void)
} }
if (!(cfg = ast_config_load("users.conf", config_flags)) || cfg == CONFIG_STATUS_FILEINVALID) { 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; return 0;
} }

Loading…
Cancel
Save