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:
parent
c9c7be32d3
commit
badd8b3abc
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user