aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorDiva Canto2010-01-31 14:37:22 -0800
committerDiva Canto2010-01-31 14:37:22 -0800
commit0b89afd3e5a8fe95677fb916cfde649361a349fe (patch)
treece9a9e0bc3f8252717c81dfb0c8228be93d23c95 /OpenSim
parentIn HG, add asset service handlers to 8002, to make it even easier. (diff)
downloadopensim-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')
-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)