mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Better error handling to diagnose login problems.
This commit is contained in:
@@ -317,6 +317,7 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||
{
|
||||
m_log.DebugFormat("[LOGIN]: Appearance not for {0} {1}. Creating default.", user.FirstName, user.SurName);
|
||||
appearance = new AvatarAppearance(user.ID);
|
||||
loginParams["appearance"] = appearance.ToHashTable();
|
||||
}
|
||||
|
||||
ArrayList SendParams = new ArrayList();
|
||||
|
||||
Reference in New Issue
Block a user