diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs index db2327e..0062e4d 100644 --- a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs | |||
@@ -28,10 +28,11 @@ | |||
28 | using System; | 28 | using System; |
29 | using System.Collections.Generic; | 29 | using System.Collections.Generic; |
30 | using System.Net; | 30 | using System.Net; |
31 | using System.Reflection; | ||
31 | using libsecondlife; | 32 | using libsecondlife; |
33 | using log4net; | ||
32 | using OpenSim.Framework; | 34 | using OpenSim.Framework; |
33 | using OpenSim.Framework.Communications; | 35 | using OpenSim.Framework.Communications; |
34 | using OpenSim.Framework.Console; | ||
35 | 36 | ||
36 | namespace OpenSim.Region.Environment.Scenes | 37 | namespace OpenSim.Region.Environment.Scenes |
37 | { | 38 | { |
@@ -41,7 +42,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
41 | 42 | ||
42 | public class SceneCommunicationService //one instance per region | 43 | public class SceneCommunicationService //one instance per region |
43 | { | 44 | { |
44 | private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); | 45 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
45 | 46 | ||
46 | protected CommunicationsManager m_commsProvider; | 47 | protected CommunicationsManager m_commsProvider; |
47 | protected RegionInfo m_regionInfo; | 48 | protected RegionInfo m_regionInfo; |
@@ -416,7 +417,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
416 | } | 417 | } |
417 | } | 418 | } |
418 | } | 419 | } |
419 | catch (System.InvalidOperationException) | 420 | catch (InvalidOperationException) |
420 | { | 421 | { |
421 | // We're ignoring a collection was modified error because this data gets old and outdated fast. | 422 | // We're ignoring a collection was modified error because this data gets old and outdated fast. |
422 | } | 423 | } |