aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-29 17:11:57 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-04-29 17:11:57 +0000
commitaeb144b3f61d822f09dd23ee924f7cfc2f734938 (patch)
tree6f9ca1519a7245b75986a4ef314048a898196fe7 /res
parentb0638e1ddb1634efe46bc2b9adf85280bf3b2eee (diff)
Merged revisions 114830 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r114830 | qwell | 2008-04-29 12:10:55 -0500 (Tue, 29 Apr 2008) | 9 lines Merged revisions 114829 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r114829 | qwell | 2008-04-29 12:08:55 -0500 (Tue, 29 Apr 2008) | 1 line 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.6.0@114831 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 04e4f1409..e228a4191 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);