small code refactoring

master
Vectozavr 2021-10-25 08:16:00 +07:00
parent 612b0feca7
commit 3fa7df24d7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ bool ServerUDP::start(sf::Uint16 port)
_working = _socket.bind(port); _working = _socket.bind(port);
if(_working) if(_working)
Log::log("ServerUDP::start(): server successfully started."); Log::log("ServerUDP::start(): the server was successfully started.");
else else
Log::log("ServerUDP::start(): failed to start the server."); Log::log("ServerUDP::start(): failed to start the server.");