aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/md
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/dev/md
parent0d61ca69bb35179c3029bb5b102937a9a2fd806c (diff)
Notes
Diffstat (limited to 'sys/dev/md')
-rw-r--r--sys/dev/md/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index c1ddf8a92ff9..27f54994d70e 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -383,7 +383,7 @@ mdstrategy(struct bio *bp)
int error;
if (md_debug > 1)
- printf("mdstrategy(%p) %s %x, %d, %ld, %p)\n",
+ printf("mdstrategy(%p) %s %x, %lld, %ld, %p)\n",
bp, devtoname(bp->bio_dev), bp->bio_flags, bp->bio_blkno,
bp->bio_bcount / DEV_BSIZE, bp->bio_data);