diff options
Diffstat (limited to 'OpenSim/Grid/UserServer/UserLoginService.cs')
-rw-r--r-- | OpenSim/Grid/UserServer/UserLoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index a0c96b2..de0099f 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs | |||
@@ -49,7 +49,7 @@ namespace OpenSim.Grid.UserServer | |||
49 | /// </summary> | 49 | /// </summary> |
50 | public class UserLoginService : LoginService | 50 | public class UserLoginService : LoginService |
51 | { | 51 | { |
52 | protected static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 52 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
53 | 53 | ||
54 | protected IInterServiceInventoryServices m_inventoryService; | 54 | protected IInterServiceInventoryServices m_inventoryService; |
55 | 55 | ||