Index: modules/LUAScript/script_wrapper.hpp
===================================================================
--- modules/LUAScript/script_wrapper.hpp	(revision 2c95d22d076f9036200df70854be989bf79fb8ed)
+++ modules/LUAScript/script_wrapper.hpp	(revision 40fca56c1a9f86f345f0c657664f7a9f307e09c2)
@@ -273,5 +273,5 @@
 				str += pop_string(L);
 			}
-			GET_CORE()->Message(mode, utf8::cvt<std::string>(w.first), w.second, str);
+			GET_CORE()->log(mode, utf8::cvt<std::string>(w.first), w.second, str);
 			return 0;
 		}
