mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* Fixed a whole bunch of console messages.
This commit is contained in:
@@ -433,7 +433,7 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
|
||||
m_localBackend.TriggerExpectUser(regionHandle, agentData);
|
||||
|
||||
MainLog.Instance.Verbose("ExpectUser() - Welcoming new user...");
|
||||
MainLog.Instance.Verbose("GRID", "Welcoming new user...");
|
||||
|
||||
return new XmlRpcResponse();
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
{
|
||||
if (data.Contains("error_type"))
|
||||
{
|
||||
Console.WriteLine("Error sent by user server when trying to get user profile: (" + data["error_type"] +
|
||||
OpenSim.Framework.Console.MainLog.Instance.Warn("GRID", "Error sent by user server when trying to get user profile: (" + data["error_type"] +
|
||||
"): " + data["error_desc"]);
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user