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 sa...@apache.org on 2007/02/20 11:59:04 UTC

svn commit: r509507 - /webservices/sandesha/trunk/c/src/storage/permanent/permanent_storage_mgr.c

Author: samisa
Date: Tue Feb 20 02:59:03 2007
New Revision: 509507

URL: http://svn.apache.org/viewvc?view=rev&rev=509507
Log:
Removed printf

Modified:
    webservices/sandesha/trunk/c/src/storage/permanent/permanent_storage_mgr.c

Modified: webservices/sandesha/trunk/c/src/storage/permanent/permanent_storage_mgr.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/permanent/permanent_storage_mgr.c?view=diff&rev=509507&r1=509506&r2=509507
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/permanent/permanent_storage_mgr.c (original)
+++ webservices/sandesha/trunk/c/src/storage/permanent/permanent_storage_mgr.c Tue Feb 20 02:59:03 2007
@@ -364,7 +364,6 @@
         temp = (sandesha2_transaction_t *) v;
         while(sandesha2_permanent_transaction_is_active(temp, env))
         {
-            printf("sleeping \n");
             AXIS2_SLEEP(1);
         }
 
@@ -809,7 +808,6 @@
     }
     msg_ctx = axis2_msg_ctx_create(env, conf_ctx, NULL, NULL);
     soap_env_str = sandesha2_msg_store_bean_get_soap_envelope_str(msg_store_bean, env);
-    printf("soap_env_str = %s\n", soap_env_str);
     reader = axiom_xml_reader_create_for_memory(env, soap_env_str, AXIS2_STRLEN(
         soap_env_str), NULL, AXIS2_XML_PARSER_TYPE_BUFFER);
     om_builder = axiom_stax_builder_create(env, reader);
@@ -1008,7 +1006,6 @@
             axis2_hash_this(index, &k, NULL, &v);
             key = (axis2_char_t *) k;
             property = (axis2_property_t *) v;
-            printf("key = %s\n", key);
             AXIS2_MSG_CTX_SET_PROPERTY(msg_ctx, env, key, property, 
                 AXIS2_FALSE);
         }



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