mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Commented a couple of not very useful log messages that are cluttering the log in sims that have objects belonging to foreign users.
This commit is contained in:
@@ -126,10 +126,10 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
Hashtable respData = (Hashtable) resp.Value;
|
||||
if (respData.Contains("error_type"))
|
||||
{
|
||||
m_log.Warn("[GRID]: " +
|
||||
"Error sent by user server when trying to get agent: (" +
|
||||
(string) respData["error_type"] +
|
||||
"): " + (string)respData["error_desc"]);
|
||||
//m_log.Warn("[GRID]: " +
|
||||
// "Error sent by user server when trying to get agent: (" +
|
||||
// (string) respData["error_type"] +
|
||||
// "): " + (string)respData["error_desc"]);
|
||||
return null;
|
||||
}
|
||||
UUID sessionid = UUID.Zero;
|
||||
|
||||
@@ -349,10 +349,10 @@ namespace OpenSim.Region.CoreModules.World.Permissions
|
||||
if (profile.UserProfile.GodLevel >= 200)
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
m_log.ErrorFormat("[PERMISSIONS]: Could not find user {0} for administrator check", user);
|
||||
}
|
||||
//else
|
||||
//{
|
||||
// m_log.ErrorFormat("[PERMISSIONS]: Could not find user {0} for administrator check", user);
|
||||
//}
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user