aboutsummaryrefslogtreecommitdiff
path: root/src/trinityrealm/AuthSocket.cpp
diff options
context:
space:
mode:
authorn0n4m3 <none@none>2010-01-13 19:11:46 +0300
committern0n4m3 <none@none>2010-01-13 19:11:46 +0300
commitf7ad3aefc8e63e87c29d5e9c169210f4e7e80ac8 (patch)
tree7418fd8e76d498bb754b3b92b981743e20199f98 /src/trinityrealm/AuthSocket.cpp
parentedeb6bf284e9f7ab501f6c3273221dbf02d60084 (diff)
Removed all my commits for today, this is hack? really? okey
--HG-- branch : trunk
Diffstat (limited to 'src/trinityrealm/AuthSocket.cpp')
-rw-r--r--src/trinityrealm/AuthSocket.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/trinityrealm/AuthSocket.cpp b/src/trinityrealm/AuthSocket.cpp
index bc788426a8a..ee71c523816 100644
--- a/src/trinityrealm/AuthSocket.cpp
+++ b/src/trinityrealm/AuthSocket.cpp
@@ -297,8 +297,7 @@ void AuthSocket::OnRead()
///- Report unknown commands in the debug log
if (i == AUTH_TOTAL_COMMANDS)
{
- DEBUG_LOG("[Auth] got unknown packet from '%s:%d'", GetRemoteAddress().c_str(), GetRemotePort());
- SetCloseAndDelete();
+ DEBUG_LOG("[Auth] got unknown packet %u", (uint32)_cmd);
return;
}
}