summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/geom_io.c')
-rw-r--r--sys/geom/geom_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_io.c b/sys/geom/geom_io.c
index 5e27f36..572dc75 100644
--- a/sys/geom/geom_io.c
+++ b/sys/geom/geom_io.c
@@ -582,7 +582,7 @@ g_io_schedule_up(struct thread *tp __unused)
g_bioq_unlock(&g_bio_run_up);
THREAD_NO_SLEEPING();
CTR4(KTR_GEOM, "g_up biodone bp %p provider %s off "
- "%ld len %ld", bp, bp->bio_to->name,
+ "%jd len %ld", bp, bp->bio_to->name,
bp->bio_offset, bp->bio_length);
biodone(bp);
THREAD_SLEEPING_OK();
OpenPOWER on IntegriCloud