aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2015-11-06 12:15:34 +0000
committerNeal H. Walfield <[email protected]>2015-11-06 12:16:38 +0000
commit28e198201e580b39bceb9c151df07fc0e936a91d (patch)
tree3a5bdb498e8ff0b40f0bbbf2fc1fc555e9b3d8c2
parentgpg: Add new option --only-sign-text-ids. (diff)
downloadgnupg-28e198201e580b39bceb9c151df07fc0e936a91d.tar.gz
gnupg-28e198201e580b39bceb9c151df07fc0e936a91d.zip
gpg: Fix formatting string.
* g10/decrypt-data.c (decrypt_data): Fix formatting string. -- Signed-off-by: Neal H. Walfield <[email protected]>
-rw-r--r--g10/decrypt-data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/decrypt-data.c b/g10/decrypt-data.c
index b575f39dd..970d91128 100644
--- a/g10/decrypt-data.c
+++ b/g10/decrypt-data.c
@@ -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"),