mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Merge branch 'fix_errormsg' into 'master'
Minor fix of error message in LuaManager::DealyedAction::apply See merge request OpenMW/openmw!3334
This commit is contained in:
commit
995de00f58
@ -524,7 +524,7 @@ namespace MWLua
|
||||
Log(Debug::Error) << "Error in DelayedAction " << mName << ": " << e.what();
|
||||
|
||||
if (mCallerTraceback.empty())
|
||||
Log(Debug::Error) << "Set 'lua_debug=true' in settings.cfg to enable action tracebacks";
|
||||
Log(Debug::Error) << "Set 'lua debug=true' in settings.cfg to enable action tracebacks";
|
||||
else
|
||||
Log(Debug::Error) << "Caller " << mCallerTraceback;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user