diff --git a/res/res_config_pgsql.c b/res/res_config_pgsql.c index 04e4f1409e..e228a41915 100644 --- a/res/res_config_pgsql.c +++ b/res/res_config_pgsql.c @@ -192,8 +192,7 @@ static struct ast_variable *realtime_pgsql(const char *database, const char *tab } ast_free(fieldnames); } else { - ast_log(LOG_WARNING, - "PostgreSQL RealTime: Could not find any rows in table %s.\n", table); + ast_debug(1, "Postgresql RealTime: Could not find any rows in table %s.\n", table); } ast_mutex_unlock(&pgsql_lock);