summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 1c98e6e611..e9894917b0 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -4180,9 +4180,7 @@ static void _catchup_monster_moves(monsters *mon, int turns)
}
}
-#if DEBUG_DIAGNOSTICS
- mpr("backing off...", MSGCH_DIAGNOSTICS);
-#endif
+ dprf("backing off...");
}
else
{