summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/geom/geom_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_disk.c b/sys/geom/geom_disk.c
index 445055a..5879b79 100644
--- a/sys/geom/geom_disk.c
+++ b/sys/geom/geom_disk.c
@@ -392,7 +392,7 @@ g_disk_start(struct bio *bp)
error = ENOIOCTL;
break;
case BIO_FLUSH:
- g_trace(G_T_TOPOLOGY, "g_disk_flushcache(%s)",
+ g_trace(G_T_BIO, "g_disk_flushcache(%s)",
bp->bio_to->name);
if (!(dp->d_flags & DISKFLAG_CANFLUSHCACHE)) {
error = EOPNOTSUPP;
OpenPOWER on IntegriCloud