diff options
Diffstat (limited to 'g10/g10.c')
-rw-r--r-- | g10/g10.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } |