mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
Demote log message to notice in tls_none backend.
This commit is contained in:
parent
c0d6657c26
commit
b3c5ce8375
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user