mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +01:00
gpg: Add missing space to a diagnostic.
--
This commit is contained in:
parent
f618731f7e
commit
73624de5b7
@ -387,8 +387,7 @@ encrypt_simple (const char *filename, int mode, int use_seskey)
|
||||
if (use_seskey && s2k->mode != 1 && s2k->mode != 3)
|
||||
{
|
||||
use_seskey = 0;
|
||||
log_info (_("can't use a SKESK packet"
|
||||
"due to the S2K mode\n"));
|
||||
log_info (_("can't use a SKESK packet due to the S2K mode\n"));
|
||||
}
|
||||
|
||||
/* See whether we want to use OCB. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user