aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Communications/Local/LocalLoginService.cs3
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs3
2 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalLoginService.cs b/OpenSim/Region/Communications/Local/LocalLoginService.cs
index dca8e65..9f47239 100644
--- a/OpenSim/Region/Communications/Local/LocalLoginService.cs
+++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs
@@ -43,7 +43,8 @@ namespace OpenSim.Region.Communications.Local
43 43
44 public class LocalLoginService : LoginService 44 public class LocalLoginService : LoginService
45 { 45 {
46 private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); 46 private static readonly log4net.ILog m_log
47 = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
47 48
48 private CommunicationsLocal m_Parent; 49 private CommunicationsLocal m_Parent;
49 50
diff --git a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
index 01c78ab..e51c58d 100644
--- a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
@@ -97,8 +97,7 @@ namespace OpenSim.Region.Environment.Scenes
97 regionCommsHost.OnAvatarCrossingIntoRegion += AgentCrossing; 97 regionCommsHost.OnAvatarCrossingIntoRegion += AgentCrossing;
98 regionCommsHost.OnCloseAgentConnection += CloseConnection; 98 regionCommsHost.OnCloseAgentConnection += CloseConnection;
99 regionCommsHost.OnRegionUp += newRegionUp; 99 regionCommsHost.OnRegionUp += newRegionUp;
100 regionCommsHost.OnChildAgentUpdate += ChildAgentUpdate; 100 regionCommsHost.OnChildAgentUpdate += ChildAgentUpdate;
101
102 } 101 }
103 else 102 else
104 { 103 {