summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/account-server/accounthandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account-server/accounthandler.cpp b/src/account-server/accounthandler.cpp
index 46f202a..41231b9 100644
--- a/src/account-server/accounthandler.cpp
+++ b/src/account-server/accounthandler.cpp
@@ -877,7 +877,7 @@ void AccountHandler::handleCharacterSelectMessage(AccountClient &client,
if (!GameServerHandler::getGameServerFromMap
(selectedChar->getMapId(), address, port))
{
- LOG_ERROR("Character Selection: No game server for the map.");
+ LOG_ERROR("Character Selection: No game server for map #"<<selectedChar->getMapId());
reply.writeInt8(ERRMSG_FAILURE);
client.send(reply);
return;