summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index 991d6cef20..09310b87b0 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -1449,7 +1449,7 @@ void run_macro(const char *macroname)
if (!clua.callbooleanfn(false, "c_macro", "s", macroname))
{
if (clua.error.length())
- mprf(MSGCH_WARN, "Lua error: %s", clua.error.c_str());
+ mprf(MSGCH_ERROR, "Lua error: %s", clua.error.c_str());
stop_delay();
}