diff options
Diffstat (limited to 'sys/dev/md/md.c')
-rw-r--r-- | sys/dev/md/md.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index c1ddf8a..27f5499 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); |