mantis 8621: improve one error message a bit, thanks Tampa

This commit is contained in:
UbitUmarov
2020-11-19 15:29:16 +00:00
parent c34d6adcd7
commit 822f381145

View File

@@ -83,7 +83,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
}
if (tokenBegin == null)
{
m_log.Debug ("[YEngine]: parsing errors on " + m_ScriptObjCodeKey);
m_log.Debug ("[YEngine]: parsing errors on " + m_ScriptObjCodeKey + " (" + m_CameFrom + ")");
return null;
}