[svn-commits] qwell: branch 1.6.2 r257950 - in /branches/1.6.2: ./ main/indications.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Apr 19 16:58:24 CDT 2010


Author: qwell
Date: Mon Apr 19 16:58:23 2010
New Revision: 257950

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=257950
Log:
Merged revisions 257949 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r257949 | qwell | 2010-04-19 16:57:56 -0500 (Mon, 19 Apr 2010) | 1 line
  
  Change log message to match severity.
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/main/indications.c

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

Modified: branches/1.6.2/main/indications.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/main/indications.c?view=diff&rev=257950&r1=257949&r2=257950
==============================================================================
--- branches/1.6.2/main/indications.c (original)
+++ branches/1.6.2/main/indications.c Mon Apr 19 16:58:23 2010
@@ -1038,7 +1038,7 @@
 	cfg = ast_config_load2(config, "indications", config_flags);
 
 	if (cfg == CONFIG_STATUS_FILEMISSING || cfg == CONFIG_STATUS_FILEINVALID) {
-		ast_log(LOG_ERROR, "Can't find indications config file %s.\n", config);
+		ast_log(LOG_WARNING, "Can't find indications config file %s.\n", config);
 		return 0;
 	} else if (cfg == CONFIG_STATUS_FILEUNCHANGED) {
 		return 0;




More information about the svn-commits mailing list