From 3b2331d7689116f50366612233ad005032138658 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Mon, 14 Mar 2011 21:44:02 +0100 Subject: Made the "No game server for map" error message report the map ID (trivial patch) --- src/account-server/accounthandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/account-server/accounthandler.cpp b/src/account-server/accounthandler.cpp index 46f202a3..41231b9d 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 #"<getMapId()); reply.writeInt8(ERRMSG_FAILURE); client.send(reply); return; -- cgit v1.2.3-70-g09d2