mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[7424] Codestyle: removed not needed \n in log output.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
186e0e14e3
commit
0babfec043
12 changed files with 35 additions and 35 deletions
|
|
@ -315,7 +315,7 @@ int WorldSocket::handle_input (ACE_HANDLE)
|
|||
}
|
||||
case 0:
|
||||
{
|
||||
DEBUG_LOG ("WorldSocket::handle_input: Peer has closed connection\n");
|
||||
DEBUG_LOG ("WorldSocket::handle_input: Peer has closed connection");
|
||||
|
||||
errno = ECONNRESET;
|
||||
return -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue