%d
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user