diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-08-15 14:59:56 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-08-15 14:59:56 -0300 |
| commit | 783578d28ec6f7d61e7a4b55c608f4f54b725df7 (patch) | |
| tree | bf7e1868b73a662c2fbf5cef9e0a0cc071c6e4b4 /src/connections.cc | |
| parent | baaeac349dc5da2cb4892662c69566a98a66a124 (diff) | |
| download | login-783578d28ec6f7d61e7a4b55c608f4f54b725df7.tar.gz login-783578d28ec6f7d61e7a4b55c608f4f54b725df7.zip | |
wrapping up for a public release
Diffstat (limited to 'src/connections.cc')
| -rw-r--r-- | src/connections.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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); } } |
