diff options
author | BlueWall | 2014-09-17 20:25:27 -0400 |
---|---|---|
committer | BlueWall | 2014-09-17 20:25:27 -0400 |
commit | 519c753e4678ba81d15911be4f7bcecb14541a7f (patch) | |
tree | c2c8e70aeebc78d2dfe407fb30dd4227eaaa0a79 /OpenSim/Region/Framework/Scenes | |
parent | Undo "Revert "Small changes to threading to send thread names to unmanaged th... (diff) | |
download | opensim-SC-519c753e4678ba81d15911be4f7bcecb14541a7f.zip opensim-SC-519c753e4678ba81d15911be4f7bcecb14541a7f.tar.gz opensim-SC-519c753e4678ba81d15911be4f7bcecb14541a7f.tar.bz2 opensim-SC-519c753e4678ba81d15911be4f7bcecb14541a7f.tar.xz |
This fixes the Scene thread renaming issue
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 7e4d9ed..19cb0f8 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -1080,7 +1080,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
1080 | StatsReporter.OnSendStatsResult += SendSimStatsPackets; | 1080 | StatsReporter.OnSendStatsResult += SendSimStatsPackets; |
1081 | StatsReporter.OnStatsIncorrect += m_sceneGraph.RecalculateStats; | 1081 | StatsReporter.OnStatsIncorrect += m_sceneGraph.RecalculateStats; |
1082 | 1082 | ||
1083 | Thread.CurrentThread.Name = string.Format ("Scene:{0}", regInfo.RegionName.Replace(" ", "_")); | ||
1084 | } | 1083 | } |
1085 | 1084 | ||
1086 | public Scene(RegionInfo regInfo, PhysicsScene physicsScene) : base(regInfo) | 1085 | public Scene(RegionInfo regInfo, PhysicsScene physicsScene) : base(regInfo) |