summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index a7ec73eb54..f53b07a184 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -136,9 +136,8 @@ void tag_followers( void )
fmenv->flags |= MF_TAKING_STAIRS;
#if DEBUG_DIAGNOSTICS
- snprintf( info, INFO_SIZE, "%s is marked for following.",
- ptr_monam( fmenv, DESC_CAP_THE ) );
- mpr( info, MSGCH_DIAGNOSTICS );
+ mprf(MSGCH_DIAGNOSTICS, "%s is marked for following.",
+ ptr_monam( fmenv, DESC_CAP_THE ) );
#endif
}
}