Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 4, 2009, 1:59:39 PM (15 years ago)
Author:
scheusso
Message:

clean cursor handling in GUIManager/lua code
change in output level of lua error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ingamemenu/src/libraries/core/LuaState.cc

    r5929 r6023  
    164164            if (sourceFileInfo != NULL)
    165165                origin = " originating from " + sourceFileInfo_->filename;
    166             COUT(2) << "Error in Lua-script" << origin << ": " << lua_tostring(luaState_, -1) << std::endl;
     166            COUT(1) << "Error in Lua-script" << origin << ": " << lua_tostring(luaState_, -1) << std::endl;
    167167            // return value is nil
    168168            lua_pushnil(luaState_);
Note: See TracChangeset for help on using the changeset viewer.