summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 7ee82d0959..d488080672 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -5286,7 +5286,7 @@ int stat_modifier( stat_type stat )
case STAT_INTELLIGENCE: return _int_modifier();
case STAT_DEXTERITY: return _dex_modifier();
default:
- mprf(MSGCH_DANGER, "Bad stat: %d", stat);
+ mprf(MSGCH_ERROR, "Bad stat: %d", stat);
return 0;
}
}