summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stash.cc')
-rw-r--r--crawl-ref/source/stash.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stash.cc b/crawl-ref/source/stash.cc
index a6aa55ecb9..4fde168fe2 100644
--- a/crawl-ref/source/stash.cc
+++ b/crawl-ref/source/stash.cc
@@ -109,7 +109,7 @@ void describe_stash(int x, int y)
{
std::string desc = "[Stash: "
+ s->description() + "]";
- mpr(desc.c_str());
+ mpr(desc.c_str(), MSGCH_EXAMINE_FILTER);
}
}
}