From: Matthew Jordan Date: Fri, 8 Aug 2014 12:31:25 +0000 (+0000) Subject: main/message: remove debug message X-Git-Tag: 12.5.0-rc1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c24551dc28bbdcba78b87a529f2a0af9faa0c45e;p=thirdparty%2Fasterisk.git main/message: remove debug message git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@420533 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/message.c b/main/message.c index 3a597b8f7f..836c4e70bb 100644 --- a/main/message.c +++ b/main/message.c @@ -908,8 +908,6 @@ int ast_msg_has_destination(const struct ast_msg *msg) int ast_msg_queue(struct ast_msg *msg) { int res; - ast_log(LOG_ERROR, "@@@@@ to: %s from: %s exten: %s context: %s\n", - msg->to, msg->from, msg->exten, msg->context); res = ast_taskprocessor_push(msg_q_tp, msg_q_cb, msg); if (res == -1) { ao2_ref(msg, -1);