summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game-server/spawnarea.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/game-server/spawnarea.cpp b/src/game-server/spawnarea.cpp
index d160f719..abc16575 100644
--- a/src/game-server/spawnarea.cpp
+++ b/src/game-server/spawnarea.cpp
@@ -99,9 +99,10 @@ SpawnArea::update()
}
else
{
- //TODO: This log message should have more information when
- // more flexibility is added to the spawn area
- LOG_WARN("Unable to find a free spawn location for monster");
+ LOG_WARN("Unable to find a free spawn location for monster "
+ << mSpecy->getType() << " on map " << map->getName()
+ << " (" << x << ',' << y << ','
+ << width << ',' << height << ')');
}
}
}