From 18609210ba6c66625d485c82ee9e875b76b8e201 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 16 Oct 2008 08:31:13 +0000 Subject: correct file name in message git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@149918 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_phoneprov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/res_phoneprov.c') 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; } -- cgit v1.2.3