mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Fix copy&paste typo.
MFC after: 3 days
This commit is contained in:
parent
cf47954083
commit
71270ca60b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue