From 32695ce0e72fa2ca5e31227040813396e2539a34 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 20 Jul 2024 16:40:15 -0400 Subject: [PATCH] %d --- wrenchboard/src/shared_tool/jobs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrenchboard/src/shared_tool/jobs.cc b/wrenchboard/src/shared_tool/jobs.cc index 61731784..20e4e133 100644 --- a/wrenchboard/src/shared_tool/jobs.cc +++ b/wrenchboard/src/shared_tool/jobs.cc @@ -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);