diff --git a/src/tls.c b/src/tls.c index 417d9d858..ee0568515 100644 --- a/src/tls.c +++ b/src/tls.c @@ -908,7 +908,7 @@ static int fatal_tls_error(int ssl_error, int where, int my_errno, Client *clien ssl_errstr = ssl_error_str(ssl_error, my_errno); SetDeadSocket(client); - unreal_log(ULOG_INFO, "debug", "DEBUG_TLS_FATAL_ERROR", client, + unreal_log(ULOG_INFO, "tls", "DEBUG_TLS_FATAL_ERROR", client, "Exiting TLS client $client: $tls_function: $tls_error_string: $tls_additional_info", log_data_string("tls_function", ssl_func), log_data_string("tls_error_string", ssl_errstr),