mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue