[git] GnuPG - branch, STABLE-BRANCH-1-4, updated. gnupg-1.4.19-2-gf34d883
by Werner Koch
cvs at cvs.gnupg.org
Sat Mar 28 12:28:04 CET 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, STABLE-BRANCH-1-4 has been updated
via f34d88364a984947bcd7c344f9532f683b856353 (commit)
from eb645a57e2a041ed9b368b447cc7e7d77ac05565 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f34d88364a984947bcd7c344f9532f683b856353
Author: Werner Koch <wk at gnupg.org>
Date: Thu Feb 26 09:38:58 2015 +0100
gpg: Remove left-over debug message.
* g10/armor.c (check_input): Remove log_debug.
diff --git a/g10/armor.c b/g10/armor.c
index 4332d70..be03692 100644
--- a/g10/armor.c
+++ b/g10/armor.c
@@ -538,9 +538,6 @@ check_input( armor_filter_context_t *afx, IOBUF a )
/* This is probably input from a keyserver helper and we
have not yet seen an error line. */
afx->key_failed_code = parse_key_failed_line (line+4, len-4);
- log_debug ("armor-keys-failed (%.*s) ->%d\n",
- (int)len, line,
- afx->key_failed_code);
}
if( i >= 0 && !(afx->only_keyblocks && i != 1 && i != 5 && i != 6 )) {
hdr_line = i;
-----------------------------------------------------------------------
Summary of changes:
g10/armor.c | 3 ---
1 file changed, 3 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list