summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/vn/vn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c
index b463753571d0..ed940d7c7347 100644
--- a/sys/dev/vn/vn.c
+++ b/sys/dev/vn/vn.c
@@ -316,7 +316,7 @@ vnstrategy(struct buf *bp)
}
IFOPT(vn,VN_IO)
- printf("vnstrategy: vp %p/%p bn 0x%x/0x%lx sz 0x%x\n",
+ printf("vnstrategy: vp %p/%p bn 0x%lx/0x%lx sz 0x%x\n",
vn->sc_vp, vp, bn, nbn, sz);
nbp->b_flags = flags;