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
This commit is contained in:
eadler 2012-05-13 23:27:06 +00:00
parent c9c7be32d3
commit badd8b3abc

View File

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