From 783578d28ec6f7d61e7a4b55c608f4f54b725df7 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Fri, 15 Aug 2025 14:59:56 -0300 Subject: wrapping up for a public release --- src/connections.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/connections.cc') diff --git a/src/connections.cc b/src/connections.cc index 5fd885f..ac5d4ca 100644 --- a/src/connections.cc +++ b/src/connections.cc @@ -265,8 +265,8 @@ void ProcessConnections(void){ } if(AssignConnection(Socket, Addr, Port) == NULL){ - LOG_ERR("Rejecting connection from %08X due to max number of" - " connections being reached (%d)", Addr, g_MaxConnections); + LOG_ERR("Rejecting connection from %08X:%d due to max number of" + " connections being reached (%d)", Addr, Port, g_MaxConnections); close(Socket); } } -- cgit v1.2.3