summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgl-message.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-04-23 10:43:03 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-04-23 10:43:03 -0400
commit75f1b7e5bf1b76329217a7a4db55b90353c33b50 (patch)
tree40d90d9059c90589a7d48306fb00d6ba94cbf80b /crawl-ref/source/dgl-message.cc
parent55ab616a8764c7c7b3cea8aa8461c82f73aa44aa (diff)
downloadcrawl-ref-75f1b7e5bf1b76329217a7a4db55b90353c33b50.tar.gz
crawl-ref-75f1b7e5bf1b76329217a7a4db55b90353c33b50.zip
Correct function use (ChrisOelmueller).
Diffstat (limited to 'crawl-ref/source/dgl-message.cc')
-rw-r--r--crawl-ref/source/dgl-message.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dgl-message.cc b/crawl-ref/source/dgl-message.cc
index a31b5b843f..d537f6e0ee 100644
--- a/crawl-ref/source/dgl-message.cc
+++ b/crawl-ref/source/dgl-message.cc
@@ -125,7 +125,7 @@ void read_messages()
static void _announce_messages()
{
// XXX: We could do a NetHack-like mail daemon here at some point.
- mpr("Beep! Your pager goes off! Use _ to check your messages.", MSGCH_DGL_MESSAGE);
+ mprf(MSGCH_DGL_MESSAGE, "Beep! Your pager goes off! Use _ to check your messages.");
}
void check_messages()