diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game-server/mapreader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game-server/mapreader.cpp b/src/game-server/mapreader.cpp index 6d939b5f..b5210f23 100644 --- a/src/game-server/mapreader.cpp +++ b/src/game-server/mapreader.cpp @@ -279,8 +279,8 @@ static Map *readMap(xmlNodePtr node, std::string const &path, MapComposite *comp } else { - LOG_WARN("Couldn't find monster ID %d for spawn area", - monsterId); + LOG_WARN("Couldn't find monster ID " << monsterId << + " for spawn area"); } } else if (objType == "NPC") |