Clean up the Login message on UserServer console just

before CustomizeResponse is called (this one redundant).
afrisby
Charles Krinke 2007-12-16 23:37:40 +00:00
parent 030d735b7e
commit 5bec7f5ff3
1 changed files with 2 additions and 1 deletions

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