aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/Main.cs
diff options
context:
space:
mode:
authorlbsa712008-12-02 14:09:45 +0000
committerlbsa712008-12-02 14:09:45 +0000
commit5588cb3e9243e7551259d99f5d0b7fb684382557 (patch)
treeedc25ef46cf59460f2f4f9800765df1fc90a3ebf /OpenSim/Grid/UserServer/Main.cs
parentchanged UserManagerBase. IInterServiceInventoryServices m_interServiceInvent... (diff)
downloadopensim-SC_OLD-5588cb3e9243e7551259d99f5d0b7fb684382557.zip
opensim-SC_OLD-5588cb3e9243e7551259d99f5d0b7fb684382557.tar.gz
opensim-SC_OLD-5588cb3e9243e7551259d99f5d0b7fb684382557.tar.bz2
opensim-SC_OLD-5588cb3e9243e7551259d99f5d0b7fb684382557.tar.xz
* reverted 7561 as the logger reference should always be private to the class. Thanks sdague for the protip!
Diffstat (limited to 'OpenSim/Grid/UserServer/Main.cs')
-rw-r--r--OpenSim/Grid/UserServer/Main.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/Main.cs b/OpenSim/Grid/UserServer/Main.cs
index 4fc5815..a001a6f 100644
--- a/OpenSim/Grid/UserServer/Main.cs
+++ b/OpenSim/Grid/UserServer/Main.cs
@@ -48,7 +48,7 @@ namespace OpenSim.Grid.UserServer
48 /// </summary> 48 /// </summary>
49 public class OpenUser_Main : BaseOpenSimServer, conscmd_callback 49 public class OpenUser_Main : BaseOpenSimServer, conscmd_callback
50 { 50 {
51 protected static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 51 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
52 52
53 protected UserConfig Cfg; 53 protected UserConfig Cfg;
54 54