Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 May 2012 23:27:06 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r235419 - head/sys/geom/eli
Message-ID:  <201205132327.q4DNR6PU004752@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 		}
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205132327.q4DNR6PU004752>