mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01: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:
parent
eb8a0b051f
commit
4957e32367
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user