Commented a log message related to users not found, because it floods the log when the sims have prims from foreign users.
parent
49804f67dc
commit
c66ef94a7b
OpenSim/Region/Communications/OGS1
|
@ -637,10 +637,10 @@ namespace OpenSim.Region.Communications.OGS1
|
||||||
{
|
{
|
||||||
if (data.Contains("error_type"))
|
if (data.Contains("error_type"))
|
||||||
{
|
{
|
||||||
m_log.Warn("[GRID]: " +
|
//m_log.Warn("[GRID]: " +
|
||||||
"Error sent by user server when trying to get user profile: (" +
|
// "Error sent by user server when trying to get user profile: (" +
|
||||||
data["error_type"] +
|
// data["error_type"] +
|
||||||
"): " + data["error_desc"]);
|
// "): " + data["error_desc"]);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue