diff options
Diffstat (limited to '')
-rw-r--r-- | g10/tdbio.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/g10/tdbio.c b/g10/tdbio.c index 231f451e7..c0dd5abf4 100644 --- a/g10/tdbio.c +++ b/g10/tdbio.c @@ -1499,12 +1499,11 @@ tdbio_search_trust_bypk (PKT_public_key *pk, TRUSTREC *rec) } - void tdbio_invalid(void) { - log_error(_( - "the trustdb is corrupted; please run \"gpg --fix-trustdb\".\n") ); - g10_exit(2); + log_error (_("Error: The trustdb is corrupted.\n")); + how_to_fix_the_trustdb (); + g10_exit (2); } |