mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Commented a log message related to users not found, because it floods the log when the sims have prims from foreign users.
This commit is contained in:
@@ -637,10 +637,10 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
{
|
||||
if (data.Contains("error_type"))
|
||||
{
|
||||
m_log.Warn("[GRID]: " +
|
||||
"Error sent by user server when trying to get user profile: (" +
|
||||
data["error_type"] +
|
||||
"): " + data["error_desc"]);
|
||||
//m_log.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