aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_phoneprov.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-16 08:31:13 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-16 08:31:13 +0000
commitafbcd1548d01cbfb5a20170bd84f685a835e52da (patch)
tree8543056616f9df1d65624ffef47701f7ccb19423 /res/res_phoneprov.c
parent23725d434ff598a981106ad298f6ccfab0b5f504 (diff)
correct file name in message
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@149918 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_phoneprov.c')
-rw-r--r--res/res_phoneprov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c
index 7f0aa01d4..8f5acf13b 100644
--- a/res/res_phoneprov.c
+++ b/res/res_phoneprov.c
@@ -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;
}