Minor tweaks and cosmetics.

This commit is contained in:
Birunthan Mohanathas
2012-03-02 10:04:08 +00:00
parent 4766da1c53
commit 4a7ef7508f
4 changed files with 7 additions and 33 deletions

View File

@ -53,7 +53,7 @@ static int Global_Log(lua_State* L)
lua_pop(L, 1);
}
LuaManager::LuaLog(LOG_DEBUG, message.c_str());
Log(LOG_DEBUG, ConvertToWide(message.c_str()).c_str());
return 0;
}