Index: modules/NSCAServer/handler_impl.hpp
===================================================================
--- modules/NSCAServer/handler_impl.hpp	(revision 9b9be810a8f6d7e516f1402885fa42ef958494a5)
+++ modules/NSCAServer/handler_impl.hpp	(revision 40fca56c1a9f86f345f0c657664f7a9f307e09c2)
@@ -54,8 +54,8 @@
 
 	void log_debug(std::string file, int line, std::wstring msg) {
-		GET_CORE()->Message(NSCAPI::debug, file, line, msg);
+		GET_CORE()->log(NSCAPI::debug, file, line, msg);
 	}
 	void log_error(std::string file, int line, std::wstring msg) {
-		GET_CORE()->Message(NSCAPI::error, file, line, msg);
+		GET_CORE()->log(NSCAPI::error, file, line, msg);
 	}
 };
