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:
d5c2753
)
typing error
author
Jiří Filipovič
<fila@ics.muni.cz>
Wed, 7 Jul 2010 14:59:00 +0000
(14:59 +0000)
committer
Jiří Filipovič
<fila@ics.muni.cz>
Wed, 7 Jul 2010 14:59:00 +0000
(14:59 +0000)
org.glite.lb.server/src/stats.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/stats.c
b/org.glite.lb.server/src/stats.c
index
3480391
..
0918fe7
100644
(file)
--- a/
org.glite.lb.server/src/stats.c
+++ b/
org.glite.lb.server/src/stats.c
@@
-760,7
+760,7
@@
int edg_wll_StateDurationFromToServer(
*dispersion += (float)diff * c->value2;
if (*to >= afrom && *to < afrom+i) {
- glite_common_log(LOG_CATEGORY_LB_SERVER, LOG_PRIORITY_DEBUG, "matched to: match %d, duration %f, dispersion %f", match, *duration, *disperson);
+ glite_common_log(LOG_CATEGORY_LB_SERVER, LOG_PRIORITY_DEBUG, "matched to: match %d, duration %f, dispersion %f", match, *duration, *dispers
i
on);
break;
}
}