Author: eadler Date: Sun May 13 23:27:06 2012 New Revision: 235419 URL: http://svn.freebsd.org/changeset/base/235419
Log: 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 Modified: head/sys/geom/eli/g_eli_integrity.c Modified: head/sys/geom/eli/g_eli_integrity.c ============================================================================== --- head/sys/geom/eli/g_eli_integrity.c Sun May 13 22:27:54 2012 (r235418) +++ head/sys/geom/eli/g_eli_integrity.c Sun May 13 23:27:06 2012 (r235419) @@ -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); } } _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"