aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ChildAgentDataUpdate.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-05-06 22:45:03 +0100
committerJustin Clark-Casey (justincc)2011-05-06 22:45:03 +0100
commit3d095e84d63e97e88bcb946498eba14de81705b4 (patch)
tree917e3940def04a76a462878908be571d1f68adfc /OpenSim/Framework/ChildAgentDataUpdate.cs
parentremove obsolete [StandAlone] config section parsing, none of which was actual... (diff)
downloadopensim-SC_OLD-3d095e84d63e97e88bcb946498eba14de81705b4.zip
opensim-SC_OLD-3d095e84d63e97e88bcb946498eba14de81705b4.tar.gz
opensim-SC_OLD-3d095e84d63e97e88bcb946498eba14de81705b4.tar.bz2
opensim-SC_OLD-3d095e84d63e97e88bcb946498eba14de81705b4.tar.xz
minor: remove mono compiler warnings
Diffstat (limited to 'OpenSim/Framework/ChildAgentDataUpdate.cs')
-rw-r--r--OpenSim/Framework/ChildAgentDataUpdate.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/ChildAgentDataUpdate.cs b/OpenSim/Framework/ChildAgentDataUpdate.cs
index 28fe3ba..710a57d 100644
--- a/OpenSim/Framework/ChildAgentDataUpdate.cs
+++ b/OpenSim/Framework/ChildAgentDataUpdate.cs
@@ -460,7 +460,7 @@ namespace OpenSim.Framework
460 { 460 {
461 info["state"] = OSD.FromString(AttachmentObjectStates[i++]); 461 info["state"] = OSD.FromString(AttachmentObjectStates[i++]);
462 } 462 }
463 catch (IndexOutOfRangeException e) 463 catch (IndexOutOfRangeException)
464 { 464 {
465 m_log.WarnFormat("[CHILD AGENT DATA]: scripts list is shorter than object list."); 465 m_log.WarnFormat("[CHILD AGENT DATA]: scripts list is shorter than object list.");
466 } 466 }