* Simplified the configuration by having [DatabaseService] in it

* Fixed configuration issue for HGInventoryServerInConnector
* Corrected typos in debug messages
This commit is contained in:
Diva Canto
2010-01-31 14:37:22 -08:00
parent a6b50c2436
commit 0b89afd3e5
4 changed files with 12 additions and 41 deletions

View File

@@ -87,7 +87,7 @@ namespace OpenSim.Services.InventoryService
if (m_Database == null)
throw new Exception("Could not find a storage interface in the given module");
m_log.Debug("[HG INVENTORY SERVVICE]: Starting...");
m_log.Debug("[HG INVENTORY SERVICE]: Starting...");
}
public override bool CreateUserInventory(UUID principalID)