Fix typo
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 8 Jun 2011 12:57:34 +0000 (12:57 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 8 Jun 2011 12:57:34 +0000 (12:57 +0000)
org.glite.lb.server/src/lb_proto.c

index 86f64ed..17ceb6f 100644 (file)
@@ -1076,7 +1076,7 @@ edg_wll_ErrorCode edg_wll_Proto(edg_wll_Context ctx,
                                                free(et);
                                                free(ed);
                                        } else {
-                                               glite_common_log(LOG_CATEGORY_CONTROL, LOG_PRIORITY_INFO, "Background purge done, %d jobs purged.", i - 1:);
+                                               glite_common_log(LOG_CATEGORY_CONTROL, LOG_PRIORITY_INFO, "Background purge done, %d jobs purged.", i - 1);
                                        }
                                        *response = NULL;
                                        if (requestPTR) free(requestPTR);