git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ea0b13
)
comment out debugging sleep
author
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 24 Jan 2007 13:11:07 +0000
(13:11 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 24 Jan 2007 13:11:07 +0000
(13:11 +0000)
org.glite.lb.client/src/producer.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/producer.c
b/org.glite.lb.client/src/producer.c
index
b6ad310
..
2107223
100644
(file)
--- a/
org.glite.lb.client/src/producer.c
+++ b/
org.glite.lb.client/src/producer.c
@@
-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");