From 73f60f395ad2b566873218e70a7713be7116351e Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sun, 20 Apr 2008 23:07:20 +0000 Subject: * Extra log line to notify the user console when a new user inventory skeleton has been successfully created. --- OpenSim/Grid/UserServer/UserLoginService.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenSim/Grid/UserServer') diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index eb548a5..d7a3b1a 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); -- cgit v1.1