fix: missing newline
This commit is contained in:
parent
7e782a56a1
commit
3fe107b3a3
@ -3006,7 +3006,7 @@ static void openssl_load_certificates(void)
|
||||
|
||||
static void reload_ssl_certs(evutil_socket_t sock, short events, void *args)
|
||||
{
|
||||
TURN_LOG_FUNC(TURN_LOG_LEVEL_INFO, "Reloading TLS certificates and keys");
|
||||
TURN_LOG_FUNC(TURN_LOG_LEVEL_INFO, "Reloading TLS certificates and keys\n");
|
||||
openssl_load_certificates();
|
||||
if (turn_params.tls_ctx_update_ev != NULL)
|
||||
event_active(turn_params.tls_ctx_update_ev, EV_READ, 0);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user