summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 02ddf79278..1dc98c7bbd 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1788,7 +1788,7 @@ void save_ghost( bool force )
if (gfile == NULL)
{
- mprf("Error creating ghost file: %s", cha_fil.c_str());
+ mprf(MSGCH_ERROR, "Error creating ghost file: %s", cha_fil.c_str());
more();
return;
}