]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Not finding rows in the DB does not rise to the level of a warning.
authorTilghman Lesher <tilghman@meg.abyt.es>
Wed, 26 May 2010 16:21:00 +0000 (16:21 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Wed, 26 May 2010 16:21:00 +0000 (16:21 +0000)
(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

res/res_config_pgsql.c

index 986223480488e2512895ec51a32833816d6bcc20..26bb1c0d0a7cc96fa7f3236615014757b5733f33 100644 (file)
@@ -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);
        }