mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
dirmngr: Silence diagnostics about starting housekeeping.
* dirmngr/dirmngr.c (housekeeping_thread): Print info only in very verbose mode. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
086d219d96
commit
5bf1facc97
1 changed files with 2 additions and 2 deletions
|
@ -1715,12 +1715,12 @@ housekeeping_thread (void *arg)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
sentinel++;
|
sentinel++;
|
||||||
if (opt.verbose)
|
if (opt.verbose > 1)
|
||||||
log_info ("starting housekeeping\n");
|
log_info ("starting housekeeping\n");
|
||||||
|
|
||||||
ks_hkp_housekeeping (curtime);
|
ks_hkp_housekeeping (curtime);
|
||||||
|
|
||||||
if (opt.verbose)
|
if (opt.verbose > 1)
|
||||||
log_info ("ready with housekeeping\n");
|
log_info ("ready with housekeeping\n");
|
||||||
sentinel--;
|
sentinel--;
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue