summaryrefslogtreecommitdiff
path: root/src/net/eathena/gamehandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/gamehandler.cpp')
-rw-r--r--src/net/eathena/gamehandler.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/eathena/gamehandler.cpp b/src/net/eathena/gamehandler.cpp
index f7d582760..1cfa5ee8c 100644
--- a/src/net/eathena/gamehandler.cpp
+++ b/src/net/eathena/gamehandler.cpp
@@ -186,8 +186,7 @@ void GameHandler::processMapLogin(Net::MessageIn &msg) const
msg.readInt8("y size");
logger->log("Protocol: Player start position: "
"(%d, %d), Direction: %d",
- x, y, direction,
- "player position and direction");
+ x, y, direction);
msg.readInt16("font");
mLastHost &= 0xffffff;