[asterisk-commits] kpfleming: trunk r149918 - /trunk/res/res_phoneprov.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Oct 16 03:31:14 CDT 2008
Author: kpfleming
Date: Thu Oct 16 03:31:13 2008
New Revision: 149918
URL: http://svn.digium.com/view/asterisk?view=rev&rev=149918
Log:
correct file name in message
Modified:
trunk/res/res_phoneprov.c
Modified: trunk/res/res_phoneprov.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_phoneprov.c?view=diff&rev=149918&r1=149917&r2=149918
==============================================================================
--- trunk/res/res_phoneprov.c (original)
+++ trunk/res/res_phoneprov.c Thu Oct 16 03:31:13 2008
@@ -923,7 +923,7 @@
}
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;
}
More information about the asterisk-commits
mailing list