summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makeitem.cc')
-rw-r--r--crawl-ref/source/makeitem.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index 9897f63201..397c05a5a5 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -2912,8 +2912,9 @@ static void _give_monster_item(monsters *mon, int thing,
item_def &mthing = mitm[thing];
#ifdef DEBUG_DIAGNOSTICS
- mprf("Giving %s to %s...", mthing.name(DESC_PLAIN).c_str(),
- mon->name(DESC_PLAIN).c_str());
+ mprf(MSGCH_DIAGNOSTICS,
+ "Giving %s to %s...", mthing.name(DESC_PLAIN).c_str(),
+ mon->name(DESC_PLAIN).c_str());
#endif
mthing.x = 0;