From 4fb7c08c851ab8d591a24acffb776b67bc764bf5 Mon Sep 17 00:00:00 2001 From: Michael Ortmann <41313082+michaelortmann@users.noreply.github.com> Date: Sat, 13 Jul 2024 05:25:03 +0200 Subject: [PATCH] Beautify --- src/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net.c b/src/net.c index f51365851..6c5c0b668 100644 --- a/src/net.c +++ b/src/net.c @@ -1003,7 +1003,7 @@ int sockread(char *s, int *len, sock_list *slist, int slistmax, int tclonly) } else debug2("net: sockread(): SSL_read() error = %s (%i)", ERR_error_string(ERR_get_error(), 0), err); - putlog(LOG_MISC, "*", "NET: SSL read failed. Unexpected EOF or Non-SSL connection?"); + putlog(LOG_MISC, "*", "net: SSL read failed. Unexpected EOF or Non-SSL connection?"); } x = -1; }