diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index eb548a57bc..d7a3b1a82c 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs @@ -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>( "POST", m_config.InventoryUrl + "RootFolders/", userID.UUID);