summaryrefslogtreecommitdiff
path: root/res/res_config_pgsql.c
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2008-04-29 17:10:55 +0000
committerJason Parker <jparker@digium.com>2008-04-29 17:10:55 +0000
commit1ba4d318547e71d6227aedba5f82e051b5c695ce (patch)
tree981128b8d09f2e9e3147183d6918e08376f1a900 /res/res_config_pgsql.c
parent17924115dba1ce3cd009c7986043afa612826e7b (diff)
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: https://origsvn.digium.com/svn/asterisk/trunk@114830 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_config_pgsql.c')
-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);