mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-02 05:06:40 +00:00
Minor fix of error message in LuaManager::DealyedAction::apply
This commit is contained in:
parent
6180ba8a3e
commit
efe2dfc056
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue