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/05/05 11:45:58 UTC

svn commit: r535487 - /webservices/sandesha/trunk/c/src/msgprocessors/make_connection_msg_processor.c

Author: damitha
Date: Sat May  5 02:45:57 2007
New Revision: 535487

URL: http://svn.apache.org/viewvc?view=rev&rev=535487
Log:
removed a printf

Modified:
    webservices/sandesha/trunk/c/src/msgprocessors/make_connection_msg_processor.c

Modified: webservices/sandesha/trunk/c/src/msgprocessors/make_connection_msg_processor.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/msgprocessors/make_connection_msg_processor.c?view=diff&rev=535487&r1=535486&r2=535487
==============================================================================
--- webservices/sandesha/trunk/c/src/msgprocessors/make_connection_msg_processor.c (original)
+++ webservices/sandesha/trunk/c/src/msgprocessors/make_connection_msg_processor.c Sat May  5 02:45:57 2007
@@ -251,7 +251,6 @@
     /* Selecting a bean to send randomly. TODO - Should use a better mechanism */
     if(retrans_list)
         size = axutil_array_list_size(retrans_list, env);
-    printf("size:%d\n", size);
     if(size > 0)
     {
        unsigned int rand_var = axutil_rand_get_seed_value_based_on_time(env);



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