From 9fc1815748e72b7048e51c8ccff500929419f659 Mon Sep 17 00:00:00 2001 From: tilghman Date: Wed, 26 May 2010 16:21:00 +0000 Subject: 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) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@265910 f38db490-d61c-443f-a65b-d21fe96a405b --- res/res_config_pgsql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/res_config_pgsql.c b/res/res_config_pgsql.c index 986223480..26bb1c0d0 100644 --- a/res/res_config_pgsql.c +++ b/res/res_config_pgsql.c @@ -366,7 +366,7 @@ static struct ast_config *realtime_multi_pgsql(const char *database, const char } ast_free(fieldnames); } else { - ast_log(LOG_WARNING, + ast_log(LOG_DEBUG, "Postgresql RealTime: Could not find any rows in table %s.\n", table); } -- cgit v1.2.3