Clean up the Login message on UserServer console just
before CustomizeResponse is called (this one redundant).afrisby
parent
030d735b7e
commit
5bec7f5ff3
|
@ -61,7 +61,8 @@ namespace OpenSim.Framework.UserManagement
|
||||||
m_loginMutex.WaitOne();
|
m_loginMutex.WaitOne();
|
||||||
try
|
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();
|
XmlRpcResponse response = new XmlRpcResponse();
|
||||||
Hashtable requestData = (Hashtable)request.Params[0];
|
Hashtable requestData = (Hashtable)request.Params[0];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue