fix: missing newline

This commit is contained in:
Mészáros Mihály 2018-09-03 08:17:23 +02:00
parent 7e782a56a1
commit 3fe107b3a3

View File

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