You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2009/06/20 11:10:22 UTC

svn commit: r786772 - /webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c

Author: damitha
Date: Sat Jun 20 09:10:21 2009
New Revision: 786772

URL: http://svn.apache.org/viewvc?rev=786772&view=rev
Log: (empty)

Modified:
    webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c

Modified: webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c?rev=786772&r1=786771&r2=786772&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c (original)
+++ webservices/sandesha/trunk/c/src/msgprocessors/app_msg_processor.c Sat Jun 20 09:10:21 2009
@@ -3466,16 +3466,6 @@
                 property);
         sandesha2_transport_out = sandesha2_utils_get_transport_out(env);
         axis2_msg_ctx_set_transport_out_desc(app_msg_ctx, env, sandesha2_transport_out);
-            {
-                AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "came0");
-            axis2_op_t *top = axis2_msg_ctx_get_op(app_msg_ctx, env);
-            axutil_qname_t *qname = (axutil_qname_t *) axis2_op_get_qname(top, env);
-            axis2_char_t *op_name = axutil_qname_to_string(qname, env);
-            if(op_name)
-            {
-                AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "top_name:%s", op_name);
-            }
-            }
         axis2_msg_ctx_increment_ref(app_msg_ctx, env);
         engine = axis2_engine_create(env, conf_ctx);
         if(!axis2_engine_resume_send(engine, env, app_msg_ctx))



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org