aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Authorization/AuthorizationServerPostHandler.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-09-25 14:31:29 +0100
committerJustin Clark-Casey (justincc)2009-09-25 14:31:29 +0100
commit730458be1f8c74da1c112df36ec54233b30caed0 (patch)
tree6900322dff395a18cb10f22fd9fa85d2cb4086c8 /OpenSim/Server/Handlers/Authorization/AuthorizationServerPostHandler.cs
parentMerge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-730458be1f8c74da1c112df36ec54233b30caed0.zip
opensim-SC_OLD-730458be1f8c74da1c112df36ec54233b30caed0.tar.gz
opensim-SC_OLD-730458be1f8c74da1c112df36ec54233b30caed0.tar.bz2
opensim-SC_OLD-730458be1f8c74da1c112df36ec54233b30caed0.tar.xz
minor: remove some mono compiler warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Server/Handlers/Authorization/AuthorizationServerPostHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Authorization/AuthorizationServerPostHandler.cs b/OpenSim/Server/Handlers/Authorization/AuthorizationServerPostHandler.cs
index 69acd25..f987de4 100644
--- a/OpenSim/Server/Handlers/Authorization/AuthorizationServerPostHandler.cs
+++ b/OpenSim/Server/Handlers/Authorization/AuthorizationServerPostHandler.cs
@@ -44,7 +44,7 @@ namespace OpenSim.Server.Handlers.Authorization
44{ 44{
45 public class AuthorizationServerPostHandler : BaseStreamHandler 45 public class AuthorizationServerPostHandler : BaseStreamHandler
46 { 46 {
47 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 47// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
48 48
49 private IAuthorizationService m_AuthorizationService; 49 private IAuthorizationService m_AuthorizationService;
50 50