aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/tofu.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/g10/tofu.c b/g10/tofu.c
index 0b5fa29df..3f2cd2512 100644
--- a/g10/tofu.c
+++ b/g10/tofu.c
@@ -1468,10 +1468,10 @@ get_trust (struct db *dbs, const char *fingerprint, const char *email,
&& conflict && strcmp (conflict, fingerprint) != 0)
{
es_fprintf (fp,
- _("The key %s raised a conflict with this binding. Since"
- " this binding's policy was 'auto', it was changed to "
- "'ask'. "),
- conflict);
+ _("The key %s raised a conflict with this binding (%s)."
+ " Since this binding's policy was 'auto', it was"
+ "changed to 'ask'. "),
+ conflict, binding);
binding_shown = 1;
}
es_fprintf (fp,