Demote log message to notice in tls_none backend.

This commit is contained in:
Joris Vink 2022-08-26 10:23:13 +02:00
parent c0d6657c26
commit b3c5ce8375
1 changed files with 1 additions and 1 deletions

View File

@ -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