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:
debb704
)
* move misplaced #endif
author
Michal Voců
<michal@ruk.cuni.cz>
Wed, 21 Jun 2006 14:29:33 +0000
(14:29 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Wed, 21 Jun 2006 14:29:33 +0000
(14:29 +0000)
org.glite.lb.logger/src/il_master.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.logger/src/il_master.c
b/org.glite.lb.logger/src/il_master.c
index
0b17c01
..
cb2da15
100644
(file)
--- a/
org.glite.lb.logger/src/il_master.c
+++ b/
org.glite.lb.logger/src/il_master.c
@@
-331,8
+331,8
@@
handle_msg(il_octet_string_t *event, long offset)
if(nosync)
ret = 1;
else
- ret = event_store_sync(es, offset);
#endif
+ ret = event_store_sync(es, offset);
il_log(LOG_DEBUG, " syncing event store at %d with event at %d, result %d\n", es->offset, offset, ret);
if(ret < 0) {
il_log(LOG_ERR, " handle_msg: error syncing event store:\n %s\n", error_get_msg());