[asterisk-commits] qwell: branch 1.4 r114829 - /branches/1.4/res/res_config_pgsql.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Apr 29 12:08:55 CDT 2008


Author: qwell
Date: Tue Apr 29 12:08:55 2008
New Revision: 114829

URL: http://svn.digium.com/view/asterisk?view=rev&rev=114829
Log:
Change warning message to debug, since there are cases where 0 results is perfectly fine.

Modified:
    branches/1.4/res/res_config_pgsql.c

Modified: branches/1.4/res/res_config_pgsql.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/res/res_config_pgsql.c?view=diff&rev=114829&r1=114828&r2=114829
==============================================================================
--- branches/1.4/res/res_config_pgsql.c (original)
+++ branches/1.4/res/res_config_pgsql.c Tue Apr 29 12:08:55 2008
@@ -204,8 +204,7 @@
 		}
 		ast_free(fieldnames);
 	} else {
-		ast_log(LOG_WARNING,
-				"Postgresql RealTime: Could not find any rows in table %s.\n", table);
+		ast_log(LOG_DEBUG, "Postgresql RealTime: Could not find any rows in table %s.\n", table);
 	}
 
 	ast_mutex_unlock(&pgsql_lock);




More information about the asterisk-commits mailing list