[svn-commits] tilghman: branch 1.4 r265910 - /branches/1.4/res/res_config_pgsql.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed May 26 11:21:03 CDT 2010


Author: tilghman
Date: Wed May 26 11:21:00 2010
New Revision: 265910

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=265910
Log:
Not finding rows in the DB does not rise to the level of a warning.

(closes issue #17062)
 Reported by: drookie
 Patches: 
       20100525__issue17062.diff.txt uploaded by tilghman (license 14)

Modified:
    branches/1.4/res/res_config_pgsql.c

Modified: branches/1.4/res/res_config_pgsql.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/res/res_config_pgsql.c?view=diff&rev=265910&r1=265909&r2=265910
==============================================================================
--- branches/1.4/res/res_config_pgsql.c (original)
+++ branches/1.4/res/res_config_pgsql.c Wed May 26 11:21:00 2010
@@ -366,7 +366,7 @@
 		}
 		ast_free(fieldnames);
 	} else {
-		ast_log(LOG_WARNING,
+		ast_log(LOG_DEBUG,
 				"Postgresql RealTime: Could not find any rows in table %s.\n", table);
 	}
 




More information about the svn-commits mailing list