comment out debugging sleep
authorAleš Křenek <ljocha@ics.muni.cz>
Wed, 24 Jan 2007 13:11:07 +0000 (13:11 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Wed, 24 Jan 2007 13:11:07 +0000 (13:11 +0000)
org.glite.lb.client/src/producer.c

index b6ad310..2107223 100644 (file)
@@ -94,7 +94,7 @@ int edg_wll_DoLogEvent(
                goto edg_wll_DoLogEvent_end;
        }
 
-       sleep(3);
+       /* why?  sleep(3); */
        /* send message */
        if ((ret = edg_wll_log_write(ctx,conn,logline)) == -1) {
                edg_wll_UpdateError(ctx,EDG_WLL_IL_PROTO,"edg_wll_DoLogEvent(): edg_wll_log_write error");