summaryrefslogtreecommitdiff
path: root/main/message.c
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-08-08 12:33:06 +0000
committerMatthew Jordan <mjordan@digium.com>2014-08-08 12:33:06 +0000
commit008c1ad9bf4aef200ce751b3fce054382c28dae6 (patch)
tree293fdc347112333262beade08e8be30e8df4fb8d /main/message.c
parentc94fef6f366210a8167f52f7a71b4c9cdbdcec18 (diff)
main/message: remove debug message
........ Merged revisions 420533 from http://svn.asterisk.org/svn/asterisk/branches/12 ........ Merged revisions 420534 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@420535 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/message.c')
-rw-r--r--main/message.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/message.c b/main/message.c
index 3a597b8f7..836c4e70b 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);