mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
g10: Silence message if --quiet is given.
* g10/getkey.c (parse_def_secret_key): Silence message if --quiet is given. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
b17577eac6
commit
4f578cb2fc
@ -1678,7 +1678,7 @@ parse_def_secret_key (ctrl_t ctrl)
|
||||
}
|
||||
else
|
||||
{
|
||||
if (! warned)
|
||||
if (! warned && ! opt.quiet)
|
||||
log_info (_("using \"%s\" as default secret key for signing\n"),
|
||||
t->d);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user