mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
mantis 8621: improve one error message a bit, thanks Tampa
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user