Browse Source

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

UbitUmarov 3 years ago
parent
commit
822f381145
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OpenSim/Region/ScriptEngine/YEngine/MMRScriptCompile.cs

+ 1 - 1
OpenSim/Region/ScriptEngine/YEngine/MMRScriptCompile.cs

@@ -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;
                 }