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.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index e774f3c08b..a0450e8caa 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -928,7 +928,8 @@ static void grab_followers()
continue;
#if DEBUG_DIAGNOSTICS
- mprf( "%s is following.", str_monam(*fmenv, DESC_CAP_THE).c_str());
+ mprf(MSGCH_DIAGNOSTICS, "%s is following.",
+ str_monam(*fmenv, DESC_CAP_THE).c_str());
#endif
fmenv->set_transit(level_id::current());