summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index 5a02bbccf8..a3a6ca6d5d 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -739,12 +739,10 @@ int check_recital_audience()
return (1);
}
-#ifdef DEBUG_DIAGNOSTICS
if (!found_monsters)
- mprf(MSGCH_DIAGNOSTICS, "No audience found!");
+ dprf("No audience found!");
else
- mprf(MSGCH_DIAGNOSTICS, "No sensible audience found!");
-#endif
+ dprf("No sensible audience found!");
// No use preaching to the choir, nor to common animals.
if (found_monsters)