Author: damitha
Date: Tue Sep  2 06:18:10 2008
New Revision: 691234

URL: http://svn.apache.org/viewvc?rev=691234&view=rev
Log:
updating trace message

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

Modified: webservices/sandesha/trunk/c/src/util/fault_mgr.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/fault_mgr.c?rev=691234&r1=691233&r2=691234&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/util/fault_mgr.c (original)
+++ webservices/sandesha/trunk/c/src/util/fault_mgr.c Tue Sep  2 06:18:10 2008
@@ -167,7 +167,7 @@
     int type = -1;
     axis2_bool_t valid_seq = AXIS2_TRUE;
 
-    AXIS2_LOG_TRACE(env->log, AXIS2_LOG_SI, "[sandesha2] 
sandesha2_fault_mgr_check_for_unknown_seq");
+    AXIS2_LOG_TRACE(env->log, AXIS2_LOG_SI, "[sandesha2] 
Entry:sandesha2_fault_mgr_check_for_unknown_seq");
 
     AXIS2_PARAM_CHECK(env->error, rm_msg_ctx, NULL);
     AXIS2_PARAM_CHECK(env->error, seq_prop_mgr, NULL);
@@ -314,7 +314,7 @@
             sandesha2_msg_ctx_get_addr_ns_val(rm_msg_ctx, env), seq_prop_mgr);
     }
     
-    AXIS2_LOG_TRACE(env->log, AXIS2_LOG_SI, "[sandesha2] 
sandesha2_fault_mgr_check_for_unknown_seq");
+    AXIS2_LOG_TRACE(env->log, AXIS2_LOG_SI, "[sandesha2] 
Exit:sandesha2_fault_mgr_check_for_unknown_seq");
 
     return NULL;
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to