aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server
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/Server
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/Server')
-rw-r--r--OpenSim/Server/Handlers/Hypergrid/HGInventoryServerInConnector.cs2
1 files changed, 1 insertions, 1 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>