From badd8b3abc321cfb32bfdd7dc91c91291e86fff9 Mon Sep 17 00:00:00 2001 From: eadler Date: Sun, 13 May 2012 23:27:06 +0000 Subject: Add missing period at the end of the error message Submitted by: pjd Approved by: cperciva (implicit) MFC after: 3 days X-MFC-With: r235201 --- sys/geom/eli/g_eli_integrity.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/geom/eli/g_eli_integrity.c b/sys/geom/eli/g_eli_integrity.c index c029d8e..aeb5c2a 100644 --- a/sys/geom/eli/g_eli_integrity.c +++ b/sys/geom/eli/g_eli_integrity.c @@ -206,7 +206,7 @@ g_eli_auth_read_done(struct cryptop *crp) */ if (coroff != -1) { G_ELI_DEBUG(0, "%s: Failed to authenticate %jd " - "bytes of data at offset %jd", + "bytes of data at offset %jd.", sc->sc_name, (intmax_t)corsize, (intmax_t)coroff); coroff = -1; @@ -222,7 +222,7 @@ g_eli_auth_read_done(struct cryptop *crp) /* Report previous corruption if there was one. */ if (coroff != -1) { G_ELI_DEBUG(0, "%s: Failed to authenticate %jd " - "bytes of data at offset %jd", + "bytes of data at offset %jd.", sc->sc_name, (intmax_t)corsize, (intmax_t)coroff); } } -- cgit v1.1