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
This commit is contained in:
Tilghman Lesher
2010-05-26 16:21:00 +00:00
parent ff8057a92a
commit 7f7ae0d3cf
+1 -1
View 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);
}