mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
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:
parent
a1f8ca7eee
commit
f4047f5605
1 changed files with 1 additions and 1 deletions
|
@ -3774,7 +3774,7 @@ main (int argc, char **argv)
|
||||||
|
|
||||||
if (opt.flags.rfc4880bis)
|
if (opt.flags.rfc4880bis)
|
||||||
{
|
{
|
||||||
if (!opt.quiet)
|
if (opt.verbose)
|
||||||
log_info ("Note: RFC4880bis features are enabled.\n");
|
log_info ("Note: RFC4880bis features are enabled.\n");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue