mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
* Spring cleaning on Region.Environment.
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
This commit is contained in:
@@ -51,7 +51,7 @@ namespace OpenSim.Region.Environment.Scenes.Scripting
|
||||
{
|
||||
m_log.Error("[ScriptEngine]: " +
|
||||
"Error loading assembly \"" + EngineName + "\": " + e.Message + ", " +
|
||||
e.StackTrace.ToString());
|
||||
e.StackTrace);
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
@@ -116,4 +116,4 @@ namespace OpenSim.Region.Environment.Scenes.Scripting
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user