Commit ab53b55f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix a printf format error

parent 8fc18981
......@@ -808,7 +808,7 @@ vbf_fetch_thread(struct worker *wrk, void *priv)
AZ(bo->fetch_objcore->flags & OC_F_FAILED);
HSH_Complete(bo->fetch_objcore);
VSLb(bo->vsl, SLT_Length, "%zd",
ObjGetLen(bo->fetch_objcore, bo->stats));
(uintmax_t)ObjGetLen(bo->fetch_objcore, bo->stats));
}
AZ(bo->fetch_objcore->busyobj);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment