Update debug unknown user name UserUMMTGUN3 to UserUMMTGUN4 and UserUMMAU -> UserUMMAU2 to track any new occurences.

This is to see the impact that Diva's fixes related to this issue (last one is currently commit c7383688)
You will need to clear your viewer cache for this to have any effect
Relates to http://opensimulator.org/mantis/view.php?id=6625
cpu-performance
Justin Clark-Casey (justincc) 2013-07-01 23:54:04 +01:00
parent 8eb86c9ec9
commit 635704b7ef
1 changed files with 2 additions and 2 deletions

View File

@ -320,7 +320,7 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
else
{
names[0] = "Unknown";
names[1] = "UserUMMTGUN3";
names[1] = "UserUMMTGUN4";
return false;
}
@ -537,7 +537,7 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
else
{
user.FirstName = "Unknown";
user.LastName = "UserUMMAU";
user.LastName = "UserUMMAU2";
}
AddUserInternal(user);