mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
gpg: Fix formatting string.
* g10/decrypt-data.c (decrypt_data): Fix formatting string. -- Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
parent
a74aeb5dae
commit
28e198201e
@ -239,7 +239,7 @@ decrypt_data (ctrl_t ctrl, void *procctx, PKT_encrypted *ed, DEK *dek)
|
||||
|
||||
iobuf_copy (output, ed->buf);
|
||||
if ((rc = iobuf_error (ed->buf)))
|
||||
log_error (_("error reading: %s\n"),
|
||||
log_error (_("error reading: %s: %s\n"),
|
||||
filename, gpg_strerror (rc));
|
||||
else if ((rc = iobuf_error (output)))
|
||||
log_error (_("error writing output ('%s'): %s\n"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user