summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/luaterp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/luaterp.cc')
-rw-r--r--crawl-ref/source/luaterp.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/luaterp.cc b/crawl-ref/source/luaterp.cc
index 8eeae9fe39..6e6fcad3d6 100644
--- a/crawl-ref/source/luaterp.cc
+++ b/crawl-ref/source/luaterp.cc
@@ -120,10 +120,9 @@ void run_clua_interpreter(lua_State *ls)
lua_insert(ls, 1);
if (lua_pcall(ls, lua_gettop(ls) - 1, 0, 0) != 0)
{
- mprf(MSGCH_ERROR, "error calling crawl.mpr (%s)",
+ mprf(MSGCH_ERROR, "error calling __echo (%s)",
lua_tostring(ls, -1));
}
-// mpr("got return values");
}
}
lua_settop(ls, 0); // clear stack