aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-16 08:50:09 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-10-16 08:50:09 +0000
commit28c053b01da54d7d01de2711f9d7a0632e5beab4 (patch)
treee859485f7ee6c481ed44cb4e718ccae4301d5aea /res
parent46d989286e05dc48fcd90a9a38535f4ac2df30c9 (diff)
Merged revisions 149918 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r149918 | kpfleming | 2008-10-16 10:31:13 +0200 (Thu, 16 Oct 2008) | 3 lines correct file name in message ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@149919 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-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 54c094294..70e5ef5e2 100644
--- a/res/res_phoneprov.c
+++ b/res/res_phoneprov.c
@@ -909,7 +909,7 @@ static int set_config(void)
}
if (!(cfg = ast_config_load("users.conf", config_flags))) {
- ast_log(LOG_WARNING, "Unable to load users.cfg\n");
+ ast_log(LOG_WARNING, "Unable to load users.conf\n");
return 0;
}