[svn] gcry - r1334 - trunk/src
svn author wk
cvs at cvs.gnupg.org
Mon Sep 15 21:43:23 CEST 2008
Author: wk
Date: 2008-09-15 21:43:22 +0200 (Mon, 15 Sep 2008)
New Revision: 1334
Modified:
trunk/src/fips.c
Log:
Changed error text.
Modified: trunk/src/fips.c
===================================================================
--- trunk/src/fips.c 2008-09-15 19:36:07 UTC (rev 1333)
+++ trunk/src/fips.c 2008-09-15 19:43:22 UTC (rev 1334)
@@ -568,7 +568,7 @@
#ifdef HAVE_SYSLOG
if (err)
syslog (LOG_USER|LOG_ERR, "Libgcrypt error: "
- "integrity check on `%s' failed: %s",
+ "integrity check using `%s' failed: %s",
fname? fname:"[?]", gpg_strerror (err));
#endif /*HAVE_SYSLOG*/
gcry_free (fname);
More information about the Gnupg-commits
mailing list