From 0ef0c9f4fb3c7e8fb8f09a28e37b811f6b216bf4 Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Fri, 14 Dec 2007 21:19:13 +0000 Subject: Thanks, Justin, for: Message to confirm inventory retrieval rather than simply relying on the absence of a not found message. --- OpenSim/Framework/Communications/InventoryServiceBase.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/Communications/InventoryServiceBase.cs b/OpenSim/Framework/Communications/InventoryServiceBase.cs index 1f64187..28b81d4 100644 --- a/OpenSim/Framework/Communications/InventoryServiceBase.cs +++ b/OpenSim/Framework/Communications/InventoryServiceBase.cs @@ -96,6 +96,10 @@ namespace OpenSim.Framework.Communications rootFolder = plugin.Value.getUserRootFolder(userID); if (rootFolder != null) { + MainLog.Instance.Verbose( + "INVENTORY", + "Found root folder for user with ID " + userID + ". Retrieving inventory contents."); + inventoryList = plugin.Value.getInventoryFolders(rootFolder.folderID); inventoryList.Insert(0, rootFolder); return inventoryList; -- cgit v1.1