diff options
author | Diva Canto | 2010-01-31 14:37:22 -0800 |
---|---|---|
committer | Diva Canto | 2010-01-31 14:37:22 -0800 |
commit | 0b89afd3e5a8fe95677fb916cfde649361a349fe (patch) | |
tree | ce9a9e0bc3f8252717c81dfb0c8228be93d23c95 /OpenSim/Services | |
parent | In HG, add asset service handlers to 8002, to make it even easier. (diff) | |
download | opensim-SC_OLD-0b89afd3e5a8fe95677fb916cfde649361a349fe.zip opensim-SC_OLD-0b89afd3e5a8fe95677fb916cfde649361a349fe.tar.gz opensim-SC_OLD-0b89afd3e5a8fe95677fb916cfde649361a349fe.tar.bz2 opensim-SC_OLD-0b89afd3e5a8fe95677fb916cfde649361a349fe.tar.xz |
* Simplified the configuration by having [DatabaseService] in it
* Fixed configuration issue for HGInventoryServerInConnector
* Corrected typos in debug messages
Diffstat (limited to 'OpenSim/Services')
-rw-r--r-- | OpenSim/Services/InventoryService/HGInventoryService.cs | 2 |
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) |