Clean up the Login message on UserServer console just

before CustomizeResponse is called (this one redundant).
This commit is contained in:
Charles Krinke
2007-12-16 23:37:40 +00:00
parent 030d735b7e
commit 5bec7f5ff3

View File

@@ -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];