mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* Simplified the configuration by having [DatabaseService] in it
* Fixed configuration issue for HGInventoryServerInConnector * Corrected typos in debug messages
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user