1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-21 15:01:41 +02:00

gpg: Use the right variable to display the information.

* g10/tofu.c (get_trust): Use the right variable to display the
conflicting key.

--
Signed-off-by: Neal H. Walfield <neal@walfield.org>
Reported-by: Andre Heinecke <aheinecke@intevation.de>
This commit is contained in:
Neal H. Walfield 2015-10-20 13:40:37 +02:00
parent eb8a0b051f
commit 4957e32367

View File

@ -1456,9 +1456,10 @@ get_trust (struct db *dbs, const char *fingerprint, const char *email,
&& conflict && strcmp (conflict, fingerprint) != 0)
{
es_fprintf (fp,
_("%s raised a conflict with this binding. Since this"
" binding's policy was 'auto', it was changed to 'ask'. "),
binding);
_("The key %s raised a conflict with this binding. Since"
" this binding's policy was 'auto', it was changed to "
"'ask'. "),
conflict);
binding_shown = 1;
}
es_fprintf (fp,