From: Tilghman Lesher Date: Wed, 26 May 2010 16:21:00 +0000 (+0000) Subject: Not finding rows in the DB does not rise to the level of a warning. X-Git-Tag: 1.4.33-rc1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f7ae0d3cf04ff733e3f0c86e3bd2497d4b45271;p=thirdparty%2Fasterisk.git 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: https://origsvn.digium.com/svn/asterisk/branches/1.4@265910 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_config_pgsql.c b/res/res_config_pgsql.c index 9862234804..26bb1c0d0a 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); }