diff options
Diffstat (limited to '')
-rw-r--r-- | g10/trustdb.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/g10/trustdb.c b/g10/trustdb.c index cff55ec21..e372bf8fb 100644 --- a/g10/trustdb.c +++ b/g10/trustdb.c @@ -450,12 +450,7 @@ init_trustdb() } if(opt.verbose) - { - log_info(_("using %s trust model\n"),trust_model_string()); - if (opt.pka_trust_increase) - log_info(_("PKA verification is allowed to" - " leverage trust to full\n")); - } + log_info(_("using %s trust model\n"),trust_model_string()); } if(opt.trust_model==TM_PGP || opt.trust_model==TM_CLASSIC) |