gpg: Print rfc4880bis note only in verbose mode.

* g10/gpg.c (main): Change condition for an info diagnostic.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2019-11-07 09:24:38 +01:00
parent a1f8ca7eee
commit f4047f5605
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 1 deletions

View File

@ -3774,7 +3774,7 @@ main (int argc, char **argv)
if (opt.flags.rfc4880bis)
{
if (!opt.quiet)
if (opt.verbose)
log_info ("Note: RFC4880bis features are enabled.\n");
}
else