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 2007/11/23 06:30:27 UTC

svn commit: r597559 - /webservices/sandesha/trunk/c/src/util/terminate_mgr.c

Author: damitha
Date: Thu Nov 22 21:30:26 2007
New Revision: 597559

URL: http://svn.apache.org/viewvc?rev=597559&view=rev
Log:
adding log messages

Modified:
    webservices/sandesha/trunk/c/src/util/terminate_mgr.c

Modified: webservices/sandesha/trunk/c/src/util/terminate_mgr.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/terminate_mgr.c?rev=597559&r1=597558&r2=597559&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/util/terminate_mgr.c (original)
+++ webservices/sandesha/trunk/c/src/util/terminate_mgr.c Thu Nov 22 21:30:26 2007
@@ -539,6 +539,9 @@
             retrans_bean = axutil_array_list_get(found_list, env, i);
             msg_id = sandesha2_sender_bean_get_msg_id((sandesha2_rm_bean_t *) 
                 retrans_bean, env);
+            AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "[sandesha2] Removing the"\
+                " sender bean with msg_id %s and internal_seq_id %s", msg_id, 
+                internal_seq_id);
             sandesha2_sender_mgr_remove(retrans_mgr, env, msg_id);
             msg_store_key = sandesha2_sender_bean_get_msg_ctx_ref_key(
                         retrans_bean, env);
@@ -567,6 +570,9 @@
                sandesha2_storage_mgr_remove_msg_ctx(storage_mgr, env, key);
             msg_id = sandesha2_create_seq_bean_get_create_seq_msg_id(
                 (sandesha2_rm_bean_t *) create_seq_bean, env);
+            AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "[sandesha2] Removing the"\
+                " create_seq_bean with msg_id %s and internal_seq_id %s",
+                msg_id, internal_seq_id);
             sandesha2_create_seq_mgr_remove(create_seq_mgr, env, msg_id);
         }
     }
@@ -598,9 +604,15 @@
                 {
                     highest_in_msg_key_str = 
                         sandesha2_seq_property_bean_get_value(seq_prop_bean, env);
+                    AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "[sandesha2] "\
+                        "Removing the message context for the highest in "\
+                        "message number");
                     sandesha2_storage_mgr_remove_msg_ctx(storage_mgr, env, 
                         highest_in_msg_key_str);
                 }
+                AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "[sandesha2] Removing "\
+                    "the sequence property named %s in the sequence %s", name, 
+                    seq_id);
                 sandesha2_seq_property_mgr_remove(seq_prop_mgr, env, seq_id, name);
             }
         }



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