[git] GnuPG - branch, master, updated. gnupg-2.1.11-98-g4f578cb
by Kevin J. McCarthy
cvs at cvs.gnupg.org
Thu Mar 10 12:43:00 CET 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, master has been updated
via 4f578cb2fc192f44070bb0d18dffaa3863ed0d92 (commit)
from b17577eac6b7599a4bab6fd3ecb04715aa01367c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4f578cb2fc192f44070bb0d18dffaa3863ed0d92
Author: Kevin J. McCarthy <kevin at 8t8.us>
Date: Thu Mar 10 12:41:06 2016 +0100
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 at g10code.com>
diff --git a/g10/getkey.c b/g10/getkey.c
index 74fa753..481e8dd 100644
--- a/g10/getkey.c
+++ b/g10/getkey.c
@@ -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;
-----------------------------------------------------------------------
Summary of changes:
g10/getkey.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list