kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit a7e1d1d22aa5576207358bbdff37ccb1127ff461
parent 01e85fd717e492b39958445495a18a9adfbb6ac6
Author: Joris Vink <joris@coders.se>
Date:   Wed,  3 Nov 2021 17:16:34 +0100

Remove keymgr cleaning keys logs.

its such a dumb log message, obviously its going to cleanup keys.

Diffstat:
src/keymgr.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/keymgr.c b/src/keymgr.c @@ -364,9 +364,6 @@ kore_keymgr_cleanup(int final) { struct key *key, *next; - if (final && !kore_quiet) - kore_log(LOG_INFO, "cleaning up keys"); - if (initialized == 0) return;