LINT compiled just fine for me, but it seems it breaks tinerbox way of

compiling LINT.

Approved by:	re (implicitly)
This commit is contained in:
Pawel Jakub Dawidek 2007-09-23 15:10:48 +00:00
parent ed316d339f
commit 17a0c19020

View File

@ -729,7 +729,7 @@ g_virstor_destroy_geom(struct gctl_req *req __unused, struct g_class *mp,
__func__, error));
if (isclean != 1) {
LOG_MSG(LVL_ERROR, "ALLOCATION TABLE CORRUPTED FOR %s "
"(%d sectors don't match, max %d allocations)",
"(%d sectors don't match, max %zu allocations)",
sc->geom->name, count,
count * sc->me_per_sector);
} else {