try to make a Yengine error message more usefull

This commit is contained in:
UbitUmarov
2023-01-26 21:02:17 +00:00
parent 86706f45af
commit dec215e438

View File

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