summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-scan.cc
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2013-11-28 09:25:12 +0100
committerNeil Moore <neil@s-z.org>2013-11-28 11:16:38 -0500
commitd9dfa8fc9755fb0a4e8954c7eb94f32fe97b82e0 (patch)
tree812a6f86bd142c3fd8d9215873d9060074e39754 /crawl-ref/source/dbg-scan.cc
parent72c2b335f28c212203c9a7a54ccf1e9fda117c0d (diff)
downloadcrawl-ref-d9dfa8fc9755fb0a4e8954c7eb94f32fe97b82e0.tar.gz
crawl-ref-d9dfa8fc9755fb0a4e8954c7eb94f32fe97b82e0.zip
Replace `mprf(ch, s)` with `mpr(s, ch)`
Scripted, then manually reviewed.
Diffstat (limited to 'crawl-ref/source/dbg-scan.cc')
-rw-r--r--crawl-ref/source/dbg-scan.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dbg-scan.cc b/crawl-ref/source/dbg-scan.cc
index 6ebadb3c22..8a42c06752 100644
--- a/crawl-ref/source/dbg-scan.cc
+++ b/crawl-ref/source/dbg-scan.cc
@@ -220,7 +220,7 @@ void debug_item_scan(void)
if (mons.name(DESC_PLAIN, true).find("questionable") != string::npos)
{
- mprf(MSGCH_ERROR, "Program bug detected!");
+ mpr("Program bug detected!", MSGCH_ERROR);
mprf(MSGCH_ERROR,
"Buggy monster detected: monster #%d; position (%d,%d)",
i, mons.pos().x, mons.pos().y);