This commit is contained in:
CHIEFSOFT\ameye
2024-07-20 16:40:15 -04:00
parent a45ccdb229
commit 32695ce0e7
+1 -1
View File
@@ -538,7 +538,7 @@ long WrenchJobsInterestStats(CVars in, CVars &out) {
logfmt(logINFO, "~~~~~~~~~~~~~ *********** DIR ******************** %d", 100* out["total_complete"].Long() / out["total_jobs"].Long());
sprintf(buf, "%.02d %", 100* out["total_complete"].Long() / out["total_jobs"].Long());
sprintf(buf, "%d %", 100* out["total_complete"].Long() / out["total_jobs"].Long());
logfmt(logINFO, "~~~~~~~~~~~~~ *********** Buf ******************** %s", buf);