mirror of
https://github.com/opensim/opensim.git
synced 2026-07-02 08:25:44 +08:00
show prim ID on script error
This commit is contained in:
@@ -929,6 +929,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
|
||||
string text = e.InnerException.Message +
|
||||
"(script: " + ScriptName +
|
||||
" event: " + data.EventName +
|
||||
" primID:" + Part.UUID.ToString() +
|
||||
" at " + Part.AbsolutePosition + ")";
|
||||
if (text.Length > 1000)
|
||||
text = text.Substring(0, 1000);
|
||||
|
||||
Reference in New Issue
Block a user