* Send a meaningful response to both the user server console and the client if a login fails because the inventory service has failed.

This commit is contained in:
Justin Clarke Casey
2008-04-15 18:10:42 +00:00
parent 331f26548b
commit 39165f3de4
3 changed files with 43 additions and 13 deletions

View File

@@ -302,6 +302,8 @@ namespace OpenSim.Grid.UserServer
// See LoginService
protected override InventoryData GetInventorySkeleton(LLUUID userID)
{
m_log.InfoFormat("[LOGIN]: Contacting inventory service at {0} for inventory skeleton of agent {1}", m_config.InventoryUrl, userID);
List<InventoryFolderBase> folders
= SynchronousRestObjectPoster.BeginPostObject<Guid, List<InventoryFolderBase>>(
"POST", m_config.InventoryUrl + "RootFolders/", userID.UUID);