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: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@114831 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jason Parker
2008-04-29 17:11:57 +00:00
parent 3df627a0fd
commit fff476985f

View File

@@ -192,8 +192,7 @@ static struct ast_variable *realtime_pgsql(const char *database, const char *tab
} }
ast_free(fieldnames); ast_free(fieldnames);
} else { } else {
ast_log(LOG_WARNING, ast_debug(1, "Postgresql RealTime: Could not find any rows in table %s.\n", table);
"PostgreSQL RealTime: Could not find any rows in table %s.\n", table);
} }
ast_mutex_unlock(&pgsql_lock); ast_mutex_unlock(&pgsql_lock);