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 1a4e4a4..77f446c 100644
--- a/sys/geom/geom_io.c
+++ b/sys/geom/geom_io.c
@@ -178,7 +178,7 @@ g_clone_bio(struct bio *bp)
if (KTR_COMPILE & KTR_GEOM) {
struct stack st;
- CTR2(KTR_GEOM, "g_close_bio(%p): %p", bp, bp2);
+ CTR2(KTR_GEOM, "g_clone_bio(%p): %p", bp, bp2);
stack_save(&st);
CTRSTACK(KTR_GEOM, &st, 3, 0);
}
OpenPOWER on IntegriCloud