summaryrefslogtreecommitdiffstats
path: root/sys/geom
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/eli/g_eli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/eli/g_eli.c b/sys/geom/eli/g_eli.c
index 2da3b11..230156a 100644
--- a/sys/geom/eli/g_eli.c
+++ b/sys/geom/eli/g_eli.c
@@ -227,7 +227,7 @@ g_eli_write_done(struct bio *bp)
if (pbp->bio_error == 0)
pbp->bio_completed = pbp->bio_length;
else {
- G_ELI_LOGREQ(0, pbp, "Crypto READ request failed (error=%d).",
+ G_ELI_LOGREQ(0, pbp, "Crypto WRITE request failed (error=%d).",
pbp->bio_error);
pbp->bio_completed = 0;
}
OpenPOWER on IntegriCloud