diff --git a/OpenSim/Region/Framework/Scenes/SOPVehicle.cs b/OpenSim/Region/Framework/Scenes/SOPVehicle.cs index 58f4641f2e..2b33cf776c 100644 --- a/OpenSim/Region/Framework/Scenes/SOPVehicle.cs +++ b/OpenSim/Region/Framework/Scenes/SOPVehicle.cs @@ -533,18 +533,18 @@ namespace OpenSim.Region.Framework.Scenes { nodeName = xtr.Name; - // m_log.DebugFormat("[ExternalRepresentationUtils]: Processing: {0}", nodeName); + // m_log.DebugFormat("[ExternalRepresentationUtils]: Processing: {0}", nodeName); Action p = null; if (processors.TryGetValue(xtr.Name, out p)) { - // m_log.DebugFormat("[ExternalRepresentationUtils]: Found {0} processor, nodeName); + // m_log.DebugFormat("[ExternalRepresentationUtils]: Found {0} processor, nodeName); try { p(); } - catch (Exception e) + catch { errors = true; if (xtr.NodeType == XmlNodeType.EndElement)