mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
only log key info if !kore_quiet
This commit is contained in:
parent
ebe090833d
commit
8661aee2f4
@ -577,7 +577,8 @@ keymgr_load_domain_privatekey(struct kore_domain *dom)
|
||||
|
||||
key->dom = dom;
|
||||
|
||||
kore_log(LOG_INFO, "loaded private key for '%s'", dom->domain);
|
||||
if (!kore_quiet)
|
||||
kore_log(LOG_INFO, "loaded private key for '%s'", dom->domain);
|
||||
}
|
||||
|
||||
static struct key *
|
||||
|
Loading…
x
Reference in New Issue
Block a user