From: Jiří Filipovič Date: Wed, 7 Jul 2010 14:59:00 +0000 (+0000) Subject: typing error X-Git-Tag: glite-jobid-api-c_R_1_0_5_1~36 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=88f3c1b7cbde8dc6e6e9e213bd17bb04d7bf35ae;p=jra1mw.git typing error --- diff --git a/org.glite.lb.server/src/stats.c b/org.glite.lb.server/src/stats.c index 3480391..0918fe7 100644 --- 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, *dispersion); break; } }