[asterisk-commits] russell: branch 1.6.1 r166343 - in /branches/1.6.1: ./ main/astobj2.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 22 11:46:06 CST 2008
Author: russell
Date: Mon Dec 22 11:46:05 2008
New Revision: 166343
URL: http://svn.digium.com/view/asterisk?view=rev&rev=166343
Log:
Merged revisions 166342 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r166342 | russell | 2008-12-22 11:44:23 -0600 (Mon, 22 Dec 2008) | 2 lines
Remove some error messages. This is the default handler that is valid to use.
........
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/main/astobj2.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/main/astobj2.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/main/astobj2.c?view=diff&rev=166343&r1=166342&r2=166343
==============================================================================
--- branches/1.6.1/main/astobj2.c (original)
+++ branches/1.6.1/main/astobj2.c Mon Dec 22 11:46:05 2008
@@ -562,7 +562,6 @@
*/
static int cb_true(void *user_data, void *arg, int flags)
{
- ast_log(LOG_ERROR,"If you see this, something is strange!\n");
return CMP_MATCH;
}
More information about the asterisk-commits
mailing list