diff options
author | lbsa71 | 2008-12-01 10:06:10 +0000 |
---|---|---|
committer | lbsa71 | 2008-12-01 10:06:10 +0000 |
commit | 5d290cda4aad189eb7c71fc170a005994019fc72 (patch) | |
tree | ff01a2acd47157b9b213e457dd57aee29c45437b /OpenSim | |
parent | * From Mantis#2701 - Implements NHibernate data adapter, adds support for MsS... (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Grid/UserServer/Main.cs | 2 |
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 | ||