mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-27 16:07:15 -07:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user