typing error
authorJiří Filipovič <fila@ics.muni.cz>
Wed, 7 Jul 2010 14:59:00 +0000 (14:59 +0000)
committerJiří Filipovič <fila@ics.muni.cz>
Wed, 7 Jul 2010 14:59:00 +0000 (14:59 +0000)
org.glite.lb.server/src/stats.c

index 3480391..0918fe7 100644 (file)
@@ -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;
                }
         }