diff options
author | Melanie | 2011-12-13 00:36:44 +0100 |
---|---|---|
committer | Melanie | 2011-12-13 00:36:44 +0100 |
commit | 6d1d1c0dbfc01891b2b18ccf3137f995ecfda367 (patch) | |
tree | 4b3532baff23c1269fb58d0422584c0da5015e51 /OpenSim | |
parent | Prevent a nasty deadlock on teleport (diff) | |
download | opensim-SC_OLD-6d1d1c0dbfc01891b2b18ccf3137f995ecfda367.zip opensim-SC_OLD-6d1d1c0dbfc01891b2b18ccf3137f995ecfda367.tar.gz opensim-SC_OLD-6d1d1c0dbfc01891b2b18ccf3137f995ecfda367.tar.bz2 opensim-SC_OLD-6d1d1c0dbfc01891b2b18ccf3137f995ecfda367.tar.xz |
Comment debug spam
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneManager.cs b/OpenSim/Region/Framework/Scenes/SceneManager.cs index d73a959..e4eaf3a 100644 --- a/OpenSim/Region/Framework/Scenes/SceneManager.cs +++ b/OpenSim/Region/Framework/Scenes/SceneManager.cs | |||
@@ -356,7 +356,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
356 | 356 | ||
357 | public bool TrySetCurrentScene(UUID regionID) | 357 | public bool TrySetCurrentScene(UUID regionID) |
358 | { | 358 | { |
359 | m_log.Debug("Searching for Region: '" + regionID + "'"); | 359 | // m_log.Debug("Searching for Region: '" + regionID + "'"); |
360 | 360 | ||
361 | lock (m_localScenes) | 361 | lock (m_localScenes) |
362 | { | 362 | { |