mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* reverted 7561 as the logger reference should always be private to the class. Thanks sdague for the protip!
This commit is contained in:
@@ -48,7 +48,7 @@ namespace OpenSim.Grid.UserServer
|
||||
/// </summary>
|
||||
public class OpenUser_Main : BaseOpenSimServer, conscmd_callback
|
||||
{
|
||||
protected static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
protected UserConfig Cfg;
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ namespace OpenSim.Grid.UserServer
|
||||
/// </summary>
|
||||
public class UserLoginService : LoginService
|
||||
{
|
||||
protected static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
protected IInterServiceInventoryServices m_inventoryService;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user