summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/database.cc')
-rw-r--r--crawl-ref/source/database.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/database.cc b/crawl-ref/source/database.cc
index 853d5a9a4a..fc33b797a8 100644
--- a/crawl-ref/source/database.cc
+++ b/crawl-ref/source/database.cc
@@ -742,6 +742,9 @@ std::string getSpeakString(const std::string &monst)
int num_replacements = 0;
+#ifdef DEBUG_MONSPEAK
+ mprf(MSGCH_DIAGNOSTICS, "monster speech lookup for %s", monst.c_str());
+#endif
return getRandomizedStr(speakDB, monst, "", num_replacements);
}