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

varregion
Justin Clark-Casey (justincc) 2013-09-17 00:54:53 +01:00
parent 69ec85f491
commit 845d2b193a
1 changed files with 4 additions and 4 deletions

View File

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