From 33327b9e9beb77367513e4b3a1af172f96e110a5 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 15 Aug 2012 22:12:01 +0000 Subject: [PATCH] Correct a KASSERT message. Submitted by: bde --- sys/kern/vfs_cluster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index aca7058e8f1c..19ee05f9d702 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -315,7 +315,7 @@ cluster_rbuild(vp, filesize, lbn, blkno, size, run, fbp) int i, inc, j, toff; KASSERT(size == vp->v_mount->mnt_stat.f_iosize, - ("cluster_rbuild: size %ld != filesize %jd\n", + ("cluster_rbuild: size %ld != f_iosize %jd\n", size, (intmax_t)vp->v_mount->mnt_stat.f_iosize)); /*