mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
gpg: Improve output.
* g10/tofu.c (get_trust): Also show the binding when indicating a conflict occurred. -- Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
parent
251c070f91
commit
bc9ff6c85e
@ -1468,10 +1468,10 @@ get_trust (struct db *dbs, const char *fingerprint, const char *email,
|
|||||||
&& conflict && strcmp (conflict, fingerprint) != 0)
|
&& conflict && strcmp (conflict, fingerprint) != 0)
|
||||||
{
|
{
|
||||||
es_fprintf (fp,
|
es_fprintf (fp,
|
||||||
_("The key %s raised a conflict with this binding. Since"
|
_("The key %s raised a conflict with this binding (%s)."
|
||||||
" this binding's policy was 'auto', it was changed to "
|
" Since this binding's policy was 'auto', it was"
|
||||||
"'ask'. "),
|
"changed to 'ask'. "),
|
||||||
conflict);
|
conflict, binding);
|
||||||
binding_shown = 1;
|
binding_shown = 1;
|
||||||
}
|
}
|
||||||
es_fprintf (fp,
|
es_fprintf (fp,
|
||||||
|
Loading…
Reference in New Issue
Block a user