Page MenuHome GnuPG

629_0001-gpg-Avoid-cluttering-stdout-with-trustdb-info-in-ver.patch
AbandonedPublic

Authored by dkg on Jun 5 2015, 7:31 PM.

Details

Reviewers
None
Summary

From 0e7179e1133c559596a580b00cdc54cc2d871803 Mon Sep 17 00:00:00 2001
From: Werner Koch <wk@gnupg.org>
Date: Fri, 8 May 2015 16:30:04 +0200
Subject: [PATCH] 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@gnupg.org>

Backported to STABLE-BRANCH-2-0 from

b03a2647299a6c8764a2574590cbaccdff9e497d by dkg

g10/trustdb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

2.1.4

Test Plan

Diff Detail

Lint
Lint Skipped
Unit
Unit Tests Skipped