aboutsummaryrefslogtreecommitdiff
path: root/src/trinityrealm/AuthSocket.cpp
diff options
context:
space:
mode:
authorthenecromancer <none@none>2010-01-13 17:38:37 +0100
committerthenecromancer <none@none>2010-01-13 17:38:37 +0100
commitc3e87c3ba2c58a6810d1cc4a98d1f886891962a7 (patch)
tree731fc90066420d38a66c789bddb2435403a75cb7 /src/trinityrealm/AuthSocket.cpp
parenta11efab2a28d2b0e4ed5b5b4b2492a993f02fec9 (diff)
parentf7ad3aefc8e63e87c29d5e9c169210f4e7e80ac8 (diff)
Merge
--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;
}
}