Add instrumentation to log finalizer being called. Suppressed for backup

interim copies to avoid spammage. Not for release to the grid, must be
reverted first!
This commit is contained in:
Melanie
2012-07-11 23:33:13 +02:00
parent 59cd0a2419
commit ea91a36483
2 changed files with 12 additions and 6 deletions

View File

@@ -2045,6 +2045,7 @@ namespace OpenSim.Region.Framework.Scenes
{
part.KeyframeMotion = KeyframeMotion.FromData(backup_group, part.KeyframeMotion.Serialize());
part.KeyframeMotion.UpdateSceneObject(this);
part.SuppressFinalizerLogging = true;
}
});