aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/InventoryService/HGInventoryService.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Services/InventoryService/HGInventoryService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/InventoryService/HGInventoryService.cs b/OpenSim/Services/InventoryService/HGInventoryService.cs
index 85f3bfc..061effe 100644
--- a/OpenSim/Services/InventoryService/HGInventoryService.cs
+++ b/OpenSim/Services/InventoryService/HGInventoryService.cs
@@ -87,7 +87,7 @@ namespace OpenSim.Services.InventoryService
87 if (m_Database == null) 87 if (m_Database == null)
88 throw new Exception("Could not find a storage interface in the given module"); 88 throw new Exception("Could not find a storage interface in the given module");
89 89
90 m_log.Debug("[HG INVENTORY SERVVICE]: Starting..."); 90 m_log.Debug("[HG INVENTORY SERVICE]: Starting...");
91 } 91 }
92 92
93 public override bool CreateUserInventory(UUID principalID) 93 public override bool CreateUserInventory(UUID principalID)