aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/InventoryServer/GridInventoryService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/InventoryServer/GridInventoryService.cs')
-rw-r--r--OpenSim/Grid/InventoryServer/GridInventoryService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/InventoryServer/GridInventoryService.cs b/OpenSim/Grid/InventoryServer/GridInventoryService.cs
index dda2f61..6983259 100644
--- a/OpenSim/Grid/InventoryServer/GridInventoryService.cs
+++ b/OpenSim/Grid/InventoryServer/GridInventoryService.cs
@@ -63,6 +63,7 @@ namespace OpenSim.Grid.InventoryServer
63 63
64 public bool CreateUsersInventory(LLUUID user) 64 public bool CreateUsersInventory(LLUUID user)
65 { 65 {
66 Console.WriteLine("Creating New Set of Inventory Folders for " + user.ToStringHyphenated());
66 CreateNewUserInventory(user); 67 CreateNewUserInventory(user);
67 return true; 68 return true;
68 } 69 }