diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index 7c39e5640c..7012602b26 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs @@ -61,7 +61,8 @@ namespace OpenSim.Framework.UserManagement m_loginMutex.WaitOne(); try { - MainLog.Instance.Verbose("LOGIN", "Attempting login now..."); + //CFK: CustomizeResponse contains sufficient strings to alleviate the need for this. + //CKF: MainLog.Instance.Verbose("LOGIN", "Attempting login now..."); XmlRpcResponse response = new XmlRpcResponse(); Hashtable requestData = (Hashtable)request.Params[0];