Author: damitha
Date: Tue Jun 17 09:02:27 2008
New Revision: 668720

URL: http://svn.apache.org/viewvc?rev=668720&view=rev
Log:
Cleaning the code.

Modified:
    
webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/msgprocessors/app_msg_processor.c
    
webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/storage/sqlite/permanent_sender_mgr.c
    
webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/storage/sqlite/permanent_storage_mgr.c

Modified: 
webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/msgprocessors/app_msg_processor.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/msgprocessors/app_msg_processor.c?rev=668720&r1=668719&r2=668720&view=diff
==============================================================================
--- 
webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/msgprocessors/app_msg_processor.c
 (original)
+++ 
webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/msgprocessors/app_msg_processor.c
 Tue Jun 17 09:02:27 2008
@@ -2280,7 +2280,6 @@
     if (to_bean)
     {
         to_addr = axutil_strdup(env, 
sandesha2_seq_property_bean_get_value(to_bean, env));
-        AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "dam_to_addr1:%s", to_addr);
         to_epr = axis2_endpoint_ref_create(env, to_addr);
         sandesha2_seq_property_bean_free(to_bean, env);
     }

Modified: 
webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/storage/sqlite/permanent_sender_mgr.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/storage/sqlite/permanent_sender_mgr.c?rev=668720&r1=668719&r2=668720&view=diff
==============================================================================
--- 
webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/storage/sqlite/permanent_sender_mgr.c
 (original)
+++ 
webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/storage/sqlite/permanent_sender_mgr.c
 Tue Jun 17 09:02:27 2008
@@ -551,8 +551,9 @@
             sprintf(sql_find + axutil_strlen(sql_find),
                 " and  send = %d", send);
     }
+
     sprintf(sql_find + axutil_strlen(sql_find), ";");
-    AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "dam_sql_find:%s", sql_find);
+
     find_list = sandesha2_permanent_bean_mgr_find(sender_mgr_impl->bean_mgr, 
env, 
         sandesha2_sender_find_callback, sql_find);
 

Modified: 
webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/storage/sqlite/permanent_storage_mgr.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/storage/sqlite/permanent_storage_mgr.c?rev=668720&r1=668719&r2=668720&view=diff
==============================================================================
--- 
webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/storage/sqlite/permanent_storage_mgr.c
 (original)
+++ 
webservices/sandesha/tags/sandesha2/c/worker_thread_removed-23may2008/src/storage/sqlite/permanent_storage_mgr.c
 Tue Jun 17 09:02:27 2008
@@ -589,13 +589,11 @@
         env);
     if(transport_to_str)
     {
-        AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "dam_transport_to_str:%s", 
transport_to_str);
         axis2_msg_ctx_set_transport_url(msg_ctx, env, transport_to_str);
     }
     to_url_str = sandesha2_msg_store_bean_get_to_url(msg_store_bean, env);
     if(to_url_str)
     {
-        AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "dam_to_url_str:%s", 
to_url_str);
         endpoint_ref = axis2_endpoint_ref_create(env, to_url_str);
         axis2_msg_ctx_set_to(msg_ctx, env, endpoint_ref);
     }
@@ -780,7 +778,6 @@
     if(to)
     {
         address = (axis2_char_t *) axis2_endpoint_ref_get_address(to, env);
-        AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "dam_address:%s", address);
         sandesha2_msg_store_bean_set_to_url(bean, env, address);
     }
     reply_to = axis2_msg_ctx_get_reply_to(msg_ctx, env);



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

Reply via email to