commit b3c5ce8375d28ff8bd964ba8021598fc9de023c3
parent c0d6657c26f8a6ee4115c0f79221f51fe50488db
Author: Joris Vink <joris@coders.se>
Date: Fri, 26 Aug 2022 10:23:13 +0200
Demote log message to notice in tls_none backend.
Diffstat:
src/tls_none.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tls_none.c b/src/tls_none.c
@@ -41,7 +41,7 @@ kore_keymgr_cleanup(int final)
void
kore_tls_init(void)
{
- kore_log(LOG_ERR, "No compiled in TLS backend");
+ kore_log(LOG_NOTICE, "No compiled in TLS backend");
}
void