[svn-commits] mjordan: branch 13 r420534 - in /branches/13: ./ main/message.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Aug 8 07:32:35 CDT 2014


Author: mjordan
Date: Fri Aug  8 07:32:32 2014
New Revision: 420534

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=420534
Log:
main/message: remove debug message
........

Merged revisions 420533 from http://svn.asterisk.org/svn/asterisk/branches/12

Modified:
    branches/13/   (props changed)
    branches/13/main/message.c

Propchange: branches/13/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.

Modified: branches/13/main/message.c
URL: http://svnview.digium.com/svn/asterisk/branches/13/main/message.c?view=diff&rev=420534&r1=420533&r2=420534
==============================================================================
--- branches/13/main/message.c (original)
+++ branches/13/main/message.c Fri Aug  8 07:32:32 2014
@@ -908,8 +908,6 @@
 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);




More information about the svn-commits mailing list