summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 0fa011d87d..ea93668845 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2015,7 +2015,8 @@ static void decrement_durations()
you.confusing_touch--;
else if (you.confusing_touch == 1)
{
- mprf(MSGCH_DURATION, "Your %s stop glowing.", your_hand(true) );
+ msg::streams(MSGCH_DURATION) << "Your " << your_hand(true)
+ << " stop glowing." << std::endl;
you.confusing_touch = 0;
}