From: Kevin P. Fleming Date: Thu, 16 Oct 2008 08:31:13 +0000 (+0000) Subject: correct file name in message X-Git-Tag: 1.6.2.0-beta1~1096 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18609210ba6c66625d485c82ee9e875b76b8e201;p=thirdparty%2Fasterisk.git correct file name in message git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@149918 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c index 7f0aa01d45..8f5acf13b1 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; }