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.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@166343 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.1
Russell Bryant 17 years ago
parent 3d6899f584
commit 511692bc3d

@ -562,7 +562,6 @@ void *_ao2_unlink(struct ao2_container *c, void *user_data)
*/
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;
}

Loading…
Cancel
Save