Comment out warning about no grid user found in UMM.TryGetUserNamesFromServices() for now

0.7.6-extended
Justin Clark-Casey (justincc) 2013-09-17 00:54:53 +01:00
parent 7a14221754
commit ccf52d3d9d
1 changed files with 4 additions and 4 deletions

View File

@ -388,10 +388,10 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
else
m_log.DebugFormat("[USER MANAGEMENT MODULE]: Unable to parse UUI {0}", uInfo.UserID);
}
else
{
m_log.DebugFormat("[USER MANAGEMENT MODULE]: No grid user found for {0}", uuid);
}
// else
// {
// m_log.DebugFormat("[USER MANAGEMENT MODULE]: No grid user found for {0}", uuid);
// }
names[0] = "Unknown";
names[1] = "UserUMMTGUN9";