mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Remove various warnings and improve logging messages. No functional changes.
This commit is contained in:
@@ -1294,7 +1294,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
|
||||
{
|
||||
sdoc.LoadXml(xml);
|
||||
}
|
||||
catch (System.Xml.XmlException e)
|
||||
catch (System.Xml.XmlException)
|
||||
{
|
||||
loadedState = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user