[git] GnuPG - branch, master, updated. gnupg-2.1.3-38-gb03a264
by Werner Koch
cvs at cvs.gnupg.org
Fri May 8 16:31:07 CEST 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, master has been updated
via b03a2647299a6c8764a2574590cbaccdff9e497d (commit)
from 7039f87375b3c89d6e63837b811ed2be71c8d9db (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 b03a2647299a6c8764a2574590cbaccdff9e497d
Author: Werner Koch <wk at gnupg.org>
Date: Fri May 8 16:30:04 2015 +0200
gpg: Avoid cluttering stdout with trustdb info in verbose mode.
* g10/trustdb.c (validate_keys): Call dump_key_array only in debug
mode.
--
I guess that is a left-over from an early attempt to output
information on the trustdb for use by other tools. Maybe related to
the former --list-trust-path command. Sending it to stdout is
probably useful so we do this now only in debug mode.
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/g10/trustdb.c b/g10/trustdb.c
index 6145cf0..fda8674 100644
--- a/g10/trustdb.c
+++ b/g10/trustdb.c
@@ -1895,7 +1895,7 @@ validate_keys (int interactive)
;
/* Store the calculated valididation status somewhere */
- if (opt.verbose > 1)
+ if (opt.verbose > 1 && DBG_TRUST)
dump_key_array (depth, keys);
for (kar=keys; kar->keyblock; kar++)
-----------------------------------------------------------------------
Summary of changes:
g10/trustdb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list