* Extra log line to notify the user console when a new user inventory skeleton has been successfully created.

0.6.0-stable
Justin Clarke Casey 2008-04-20 23:07:20 +00:00
parent 3d3eec436a
commit 73f60f395a
1 changed files with 4 additions and 0 deletions

View File

@ -331,6 +331,10 @@ namespace OpenSim.Grid.UserServer
+ " Please contact your inventory service provider for more information.",
userID));
}
else
{
m_log.InfoFormat("[LOGIN]: A new inventory skeleton was successfully created for user {0}", userID);
}
folders = SynchronousRestObjectPoster.BeginPostObject<Guid, List<InventoryFolderBase>>(
"POST", m_config.InventoryUrl + "RootFolders/", userID.UUID);