summaryrefslogtreecommitdiff
path: root/src/fips.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fips.c')
-rw-r--r--src/fips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fips.c b/src/fips.c
index 74f206ea..505b3c4d 100644
--- a/src/fips.c
+++ b/src/fips.c
@@ -568,7 +568,7 @@ check_binary_integrity (void)
#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);