[asterisk-commits] qwell: branch 1.6.0 r114831 - in /branches/1.6.0: ./ res/res_config_pgsql.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Apr 29 12:11:57 CDT 2008
Author: qwell
Date: Tue Apr 29 12:11:57 2008
New Revision: 114831
URL: http://svn.digium.com/view/asterisk?view=rev&rev=114831
Log:
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.
........
................
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/res/res_config_pgsql.c
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/res/res_config_pgsql.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/res/res_config_pgsql.c?view=diff&rev=114831&r1=114830&r2=114831
==============================================================================
--- branches/1.6.0/res/res_config_pgsql.c (original)
+++ branches/1.6.0/res/res_config_pgsql.c Tue Apr 29 12:11:57 2008
@@ -192,8 +192,7 @@
}
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);
More information about the asterisk-commits
mailing list