aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/res_config_pgsql.c2
1 files changed, 1 insertions, 1 deletions
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);
}