[svn-commits] kpfleming: branch 1.6.1 r149919 - in /branches/1.6.1: ./ res/res_phoneprov.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 16 03:50:10 CDT 2008


Author: kpfleming
Date: Thu Oct 16 03:50:09 2008
New Revision: 149919

URL: http://svn.digium.com/view/asterisk?view=rev&rev=149919
Log:
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
........

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/res/res_phoneprov.c

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/res/res_phoneprov.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/res/res_phoneprov.c?view=diff&rev=149919&r1=149918&r2=149919
==============================================================================
--- branches/1.6.1/res/res_phoneprov.c (original)
+++ branches/1.6.1/res/res_phoneprov.c Thu Oct 16 03:50:09 2008
@@ -909,7 +909,7 @@
 	}
 
 	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;
 	}
 




More information about the svn-commits mailing list