summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 91545ab67e..c5e0878a52 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -2106,7 +2106,7 @@ void down_stairs( int old_level, dungeon_feature_type force_stair,
you.where_are_you,
you.level_type, false);
#if DEBUG_DIAGNOSTICS
- mprf( MSGCH_WARN, "Deleting: %s", lname.c_str() );
+ mprf( MSGCH_DIAGNOSTICS, "Deleting: %s", lname.c_str() );
#endif
unlink(lname.c_str());
}