aboutsummaryrefslogtreecommitdiff
path: root/sys/geom
diff options
context:
space:
mode:
authorKirk McKusick <mckusick@FreeBSD.org>2002-03-15 18:49:47 +0000
committerKirk McKusick <mckusick@FreeBSD.org>2002-03-15 18:49:47 +0000
commit0d2af52141e470c9d601ee5fa41eee692957b488 (patch)
tree51f556e616d556c2c643350a9ffc80fda73ab27c /sys/geom
parent0d61ca69bb35179c3029bb5b102937a9a2fd806c (diff)
Notes
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/geom_ccd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c
index a1d196582a36..72b2f7ea2d6c 100644
--- a/sys/geom/geom_ccd.c
+++ b/sys/geom/geom_ccd.c
@@ -1173,7 +1173,7 @@ ccdiodone(struct bio *ibp)
bp->bio_error = cbp->cb_buf.bio_error ?
cbp->cb_buf.bio_error : EIO;
}
- printf("ccd%d: error %d on component %d block %d (ccd block %d)%s\n",
+ printf("ccd%d: error %d on component %d block %d (ccd block %lld)%s\n",
unit, bp->bio_error, cbp->cb_comp,
(int)cbp->cb_buf.bio_blkno, bp->bio_blkno, msg);
}