From 5bec7f5ff38e69800fc100b8ee57e28fa7d54ab8 Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Sun, 16 Dec 2007 23:37:40 +0000 Subject: Clean up the Login message on UserServer console just before CustomizeResponse is called (this one redundant). --- OpenSim/Framework/Communications/LoginService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenSim/Framework') 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 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]; -- cgit v1.1