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 2008/08/15 04:33:20 UTC

svn commit: r686114 - /webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/util/msg_retrans_adjuster.c

Author: damitha
Date: Thu Aug 14 19:33:20 2008
New Revision: 686114

URL: http://svn.apache.org/viewvc?rev=686114&view=rev
Log:
Adding a log message

Modified:
    webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/util/msg_retrans_adjuster.c

Modified: webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/util/msg_retrans_adjuster.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/util/msg_retrans_adjuster.c?rev=686114&r1=686113&r2=686114&view=diff
==============================================================================
--- webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/util/msg_retrans_adjuster.c (original)
+++ webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/util/msg_retrans_adjuster.c Thu Aug 14 19:33:20 2008
@@ -94,6 +94,10 @@
     max_attempts = sandesha2_property_bean_get_max_retrans_count(property_bean, env);
     if(max_attempts > 0 &&  sent_count > max_attempts)
     {
+        AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, 
+            "[sandesha2] Sent count %d > %d specified in module.xml for sequence with internal "\
+            "sequence id %s", sent_count, max_attempts, internal_sequence_id);
+
         timeout_seq = AXIS2_TRUE;
     }
 



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