[Pkg-gnupg-commit] [gnupg2] 116/241: gpg: Fix formatting string.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Dec 9 20:32:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit 28e198201e580b39bceb9c151df07fc0e936a91d
Author: Neal H. Walfield <neal at g10code.com>
Date:   Fri Nov 6 13:15:34 2015 +0100

    gpg: Fix formatting string.
    
    * g10/decrypt-data.c (decrypt_data): Fix formatting string.
    
    --
    Signed-off-by: Neal H. Walfield <neal at g10code.com>
---
 g10/decrypt-data.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/g10/decrypt-data.c b/g10/decrypt-data.c
index b575f39..970d911 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"),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list