aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Server/Handlers/Hypergrid/HGInventoryServerInConnector.cs2
-rw-r--r--OpenSim/Services/InventoryService/HGInventoryService.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Server/Handlers/Hypergrid/HGInventoryServerInConnector.cs b/OpenSim/Server/Handlers/Hypergrid/HGInventoryServerInConnector.cs
index cf5d521..a537067 100644
--- a/OpenSim/Server/Handlers/Hypergrid/HGInventoryServerInConnector.cs
+++ b/OpenSim/Server/Handlers/Hypergrid/HGInventoryServerInConnector.cs
@@ -68,7 +68,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
68 } 68 }
69 69
70 AddHttpHandlers(server); 70 AddHttpHandlers(server);
71 m_log.Debug("[HG HG INVENTORY HANDLER]: handlers initialized"); 71 m_log.Debug("[HG INVENTORY HANDLER]: handlers initialized");
72 } 72 }
73 73
74 /// <summary> 74 /// <summary>
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)