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/Communications | |
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/Communications')
-rw-r--r-- | OpenSim/Region/Communications/Local/LocalLoginService.cs | 3 |
1 files changed, 2 insertions, 1 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 | ||