Commit 6ca043bb authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix printf-format

parent 8a506262
...@@ -829,7 +829,7 @@ do_stat_dump_cb(void *priv, const struct VSC_point * const pt) ...@@ -829,7 +829,7 @@ do_stat_dump_cb(void *priv, const struct VSC_point * const pt)
return (0); return (0);
} }
vtc_log(v->vl, 4, "VSC %s %ju", buf, u); vtc_log(v->vl, 4, "VSC %s %ju", buf, (uintmax_t)u);
return (0); return (0);
} }
......
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