summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index a0450e8caa..8874815e79 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -929,7 +929,7 @@ static void grab_followers()
#if DEBUG_DIAGNOSTICS
mprf(MSGCH_DIAGNOSTICS, "%s is following.",
- str_monam(*fmenv, DESC_CAP_THE).c_str());
+ fmenv->name(DESC_CAP_THE, true).c_str());
#endif
fmenv->set_transit(level_id::current());