mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 22:20:33 +00:00
Minor fix of error message in LuaManager::DealyedAction::apply
This commit is contained in:
parent
6180ba8a3e
commit
efe2dfc056
@ -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