summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.cc')
-rw-r--r--crawl-ref/source/view.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index 40d8f5ca40..143dffd0d1 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -1243,8 +1243,9 @@ void monster_grid(bool do_updates)
// If this mprf triggers for you, please note any special
// circumstances so we can track down where this is coming
// from.
- mprf(MSGCH_DIAGNOSTICS, "monster (%d) at (%d, %d) was "
- "improperly placed. Updating mgrd.", s,
+ mprf(MSGCH_ERROR, "monster %s (%d) at (%d, %d) was "
+ "improperly placed. Updating mgrd.",
+ monster->name(DESC_PLAIN, true).c_str(), s,
monster->pos().x, monster->pos().y);
#endif
ASSERT(mgrd(monster->pos()) == NON_MONSTER);