mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
Clean up the Login message on UserServer console just
before CustomizeResponse is called (this one redundant).
This commit is contained in:
@@ -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];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user