diff options
author | pjd <pjd@FreeBSD.org> | 2007-09-23 15:10:48 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2007-09-23 15:10:48 +0000 |
commit | 581e534e82c45d8b2a1e2960806d266bdc9182e2 (patch) | |
tree | 08dfada8135190d1f67f8c61c565a7c5a6e268ac /sys/geom/virstor/g_virstor.c | |
parent | 5cdc06872e1ac2b6529e1182078d48fa6fe57ff0 (diff) | |
download | FreeBSD-src-581e534e82c45d8b2a1e2960806d266bdc9182e2.zip FreeBSD-src-581e534e82c45d8b2a1e2960806d266bdc9182e2.tar.gz |
LINT compiled just fine for me, but it seems it breaks tinerbox way of
compiling LINT.
Approved by: re (implicitly)
Diffstat (limited to 'sys/geom/virstor/g_virstor.c')
-rw-r--r-- | sys/geom/virstor/g_virstor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/virstor/g_virstor.c b/sys/geom/virstor/g_virstor.c index bcb2ba7..dfbe5c6 100644 --- a/sys/geom/virstor/g_virstor.c +++ b/sys/geom/virstor/g_virstor.c @@ -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 { |