summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 881d65e272..99f8513791 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -463,7 +463,7 @@ static bool _summon_demon_wrapper(int pow, bool god_gift, monster_type mon,
{
success = true;
- mprf("A demon appears!");
+ mpr("A demon appears!");
if (!player_angers_monster(&menv[monster]) && !friendly)
{