aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer
diff options
context:
space:
mode:
authorlbsa712008-12-01 10:06:10 +0000
committerlbsa712008-12-01 10:06:10 +0000
commit5d290cda4aad189eb7c71fc170a005994019fc72 (patch)
treeff01a2acd47157b9b213e457dd57aee29c45437b /OpenSim/Grid/UserServer
parent* From Mantis#2701 - Implements NHibernate data adapter, adds support for MsS... (diff)
downloadopensim-SC_OLD-5d290cda4aad189eb7c71fc170a005994019fc72.zip
opensim-SC_OLD-5d290cda4aad189eb7c71fc170a005994019fc72.tar.gz
opensim-SC_OLD-5d290cda4aad189eb7c71fc170a005994019fc72.tar.bz2
opensim-SC_OLD-5d290cda4aad189eb7c71fc170a005994019fc72.tar.xz
* Making log available for subclasses
Diffstat (limited to 'OpenSim/Grid/UserServer')
-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 cab5860..6d7a331 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 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 51 protected static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
52 52
53 protected UserConfig Cfg; 53 protected UserConfig Cfg;
54 54