Update library/RemoteServer.cpp

Co-authored-by: Alan <lethosor@users.noreply.github.com>
develop
Myk 2023-11-06 17:31:46 -08:00 committed by GitHub
parent c6db01a3a2
commit fa78bde481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -499,7 +499,7 @@ void ServerMainImpl::threadFn(std::promise<bool> promise, int port)
if (server.socket.IsSocketValid())
{
WARN(socket).print("To many failed accept, shutting down RemoteServer \n");
WARN(socket).print("Too many failed accepts, shutting down RemoteServer\n");
}
else
{