aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-29 17:08:55 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-29 17:08:55 +0000
commitaa3921e9dfa5f4af1e63d9c1841d87735bc31183 (patch)
treeb75f877befeac0c411662d5b8d0c7e4558da1b1e /res
parentf1db6be7500dc2c47d1679061e121590d9dd4d62 (diff)
Change warning message to debug, since there are cases where 0 results is perfectly fine.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@114829 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_config_pgsql.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/res_config_pgsql.c b/res/res_config_pgsql.c
index 7fc331090..494497033 100644
--- a/res/res_config_pgsql.c
+++ b/res/res_config_pgsql.c
@@ -204,8 +204,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_log(LOG_DEBUG, "Postgresql RealTime: Could not find any rows in table %s.\n", table);
}
ast_mutex_unlock(&pgsql_lock);