aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Framework/Communications/LoginService.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs
index 7c39e56..7012602 100644
--- a/OpenSim/Framework/Communications/LoginService.cs
+++ b/OpenSim/Framework/Communications/LoginService.cs
@@ -61,7 +61,8 @@ namespace OpenSim.Framework.UserManagement
61 m_loginMutex.WaitOne(); 61 m_loginMutex.WaitOne();
62 try 62 try
63 { 63 {
64 MainLog.Instance.Verbose("LOGIN", "Attempting login now..."); 64 //CFK: CustomizeResponse contains sufficient strings to alleviate the need for this.
65 //CKF: MainLog.Instance.Verbose("LOGIN", "Attempting login now...");
65 XmlRpcResponse response = new XmlRpcResponse(); 66 XmlRpcResponse response = new XmlRpcResponse();
66 Hashtable requestData = (Hashtable)request.Params[0]; 67 Hashtable requestData = (Hashtable)request.Params[0];
67 68