From dbe64197aecfad98ef04ceffc451f01dd2cab50f Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Tue, 25 Nov 2008 11:46:15 +0000 Subject: * Adding some virtual hooks and making some privaets protected for great justice. --- OpenSim/Grid/UserServer/UserLoginService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Grid/UserServer/UserLoginService.cs') diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index 1a69760..82d5af5 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs @@ -46,7 +46,7 @@ namespace OpenSim.Grid.UserServer public class UserLoginService : LoginService { - private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); + protected static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); protected IInterServiceInventoryServices m_inventoryService; -- cgit v1.1