aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-06-10 20:40:14 +0100
committerJustin Clark-Casey (justincc)2011-06-10 20:40:14 +0100
commitb5518dc90631014a4aa3dbb6c27fd5d4c9f612c9 (patch)
tree82b888ac45a3a8178f77bccadc564b4672b4674e /OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
parentFor MySQL, migrate region tables to the MyISAM storage engine rather than InnoDB (diff)
downloadopensim-SC_OLD-b5518dc90631014a4aa3dbb6c27fd5d4c9f612c9.zip
opensim-SC_OLD-b5518dc90631014a4aa3dbb6c27fd5d4c9f612c9.tar.gz
opensim-SC_OLD-b5518dc90631014a4aa3dbb6c27fd5d4c9f612c9.tar.bz2
opensim-SC_OLD-b5518dc90631014a4aa3dbb6c27fd5d4c9f612c9.tar.xz
minor: Add some commented out destructor logging messages for potential future use.
At the moment, client and scene objects are being garbage collected as expected, at least in simple scenarios.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPart.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
index 331abb2..a215b20 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
@@ -346,6 +346,13 @@ namespace OpenSim.Region.Framework.Scenes
346 346
347 #endregion Fields 347 #endregion Fields
348 348
349// ~SceneObjectPart()
350// {
351// m_log.DebugFormat(
352// "[SCENE OBJECT PART]: Destructor called for {0}, local id {1}, parent {2} {3}",
353// Name, LocalId, ParentGroup.Name, ParentGroup.LocalId);
354// }
355
349 #region Constructors 356 #region Constructors
350 357
351 /// <summary> 358 /// <summary>