[git] GnuPG - branch, master, updated. gnupg-2.1.15-132-g5bf1fac
by Werner Koch
cvs at cvs.gnupg.org
Mon Sep 19 12:51:42 CEST 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 5bf1facc973eb6e0bfab0f8f17129534dec56e04 (commit)
from 086d219d96caa3501048aff82a282481e07c195b (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 5bf1facc973eb6e0bfab0f8f17129534dec56e04
Author: Werner Koch <wk at gnupg.org>
Date: Mon Sep 19 11:47:29 2016 +0200
dirmngr: Silence diagnostics about starting housekeeping.
* dirmngr/dirmngr.c (housekeeping_thread): Print info only in very
verbose mode.
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/dirmngr/dirmngr.c b/dirmngr/dirmngr.c
index 499115f..64d93b7 100644
--- a/dirmngr/dirmngr.c
+++ b/dirmngr/dirmngr.c
@@ -1715,12 +1715,12 @@ housekeeping_thread (void *arg)
return NULL;
}
sentinel++;
- if (opt.verbose)
+ if (opt.verbose > 1)
log_info ("starting housekeeping\n");
ks_hkp_housekeeping (curtime);
- if (opt.verbose)
+ if (opt.verbose > 1)
log_info ("ready with housekeeping\n");
sentinel--;
return NULL;
-----------------------------------------------------------------------
Summary of changes:
dirmngr/dirmngr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list