aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/g10.c b/g10/g10.c
index 3919f6850..3e773dc59 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -2607,8 +2607,8 @@ main( int argc, char **argv )
if(require_secmem && !got_secmem)
{
- log_info(_("will not run with insecure memory due to %s"),
- "--require-secmem\n");
+ log_info(_("will not run with insecure memory due to %s\n"),
+ "--require-secmem");
g10_exit(2);
}