diff options
author | Justin Clarke Casey | 2008-03-20 13:03:26 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-20 13:03:26 +0000 |
commit | 20473af89240457c1517bb547f8fc239478fd720 (patch) | |
tree | 80e6b35e567ff48d12a74299f8942c6d2c442a57 /OpenSim/Region | |
parent | Fix server crash when setting prims physical under basic physics. (diff) | |
download | opensim-SC_OLD-20473af89240457c1517bb547f8fc239478fd720.zip opensim-SC_OLD-20473af89240457c1517bb547f8fc239478fd720.tar.gz opensim-SC_OLD-20473af89240457c1517bb547f8fc239478fd720.tar.bz2 opensim-SC_OLD-20473af89240457c1517bb547f8fc239478fd720.tar.xz |
Another poxy patch which consists mainly of logging changes (some already commented out) to find out what CAPS is doing
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Communications/Local/LocalLoginService.cs | 3 | ||||
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs | 3 |
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 | { |