mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +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:
@@ -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