mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Log to console if C# line/column lookup fails.
This commit is contained in:
@@ -491,7 +491,8 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
||||
//}
|
||||
//catch (KeyNotFoundException) // we don't have this line/column mapped
|
||||
//{
|
||||
// lslPos = new KeyValuePair<int, int>(-1, -1);
|
||||
// m_scriptEngine.Log.Debug(String.Format("[{0}]: Lookup of C# line {1}, column {2} failed.", m_scriptEngine.ScriptEngineName, CompErr.Line, CompErr.Column));
|
||||
// lslPos = new KeyValuePair<int, int>(-CompErr.Line, -CompErr.Column);
|
||||
//}
|
||||
|
||||
// The Second Life viewer's script editor begins
|
||||
|
||||
Reference in New Issue
Block a user