aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-22 23:59:48 +0100
committerJustin Clark-Casey (justincc)2011-08-22 23:59:48 +0100
commitd328046efbcd7449e0421f72138f48272f514481 (patch)
tree57534b6ccf769e89a886f8b77d49c4d8e79e27d1 /OpenSim/Region/Framework/Scenes/ScenePresence.cs
parentAdd warning log message to say which attachment fails validation in order to ... (diff)
downloadopensim-SC_OLD-d328046efbcd7449e0421f72138f48272f514481.zip
opensim-SC_OLD-d328046efbcd7449e0421f72138f48272f514481.tar.gz
opensim-SC_OLD-d328046efbcd7449e0421f72138f48272f514481.tar.bz2
opensim-SC_OLD-d328046efbcd7449e0421f72138f48272f514481.tar.xz
If an attachment fails, then start logging the exception for now, in order to help with the inconsistent state bug.
This also refactors AttachmentsModules to stop pointlessly refetching the ScenePresence in various methods. However, more of this is required.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 53c3b85..9f9af45 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -3540,7 +3540,7 @@ namespace OpenSim.Region.Framework.Scenes
3540 } 3540 }
3541 } 3541 }
3542 } 3542 }
3543 3543
3544 return true; 3544 return true;
3545 } 3545 }
3546 3546