Fix copy&paste typo.

MFC after:	3 days
This commit is contained in:
pjd 2005-09-10 07:46:47 +00:00
parent e1cf625a5f
commit 4ca45af625

View File

@ -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;
}