From 511692bc3dfdd0b032fcfdf1bfa98cbd4bb287d6 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 22 Dec 2008 17:46:05 +0000 Subject: [PATCH] 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 --- main/astobj2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main/astobj2.c b/main/astobj2.c index 5a3e111b4a..e5bf76f457 100644 --- a/main/astobj2.c +++ b/main/astobj2.c @@ -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; }