mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* Removed verbose debug message
* Restored HG inventory access which had been lost upon adding a 3rd argument to inventory and asset server handlers * Fixed a stupid bug in the InventoryConnector which was making move items do things twice
This commit is contained in:
@@ -260,7 +260,7 @@ namespace OpenSim.Server.Base
|
||||
|
||||
public static Dictionary<string, object> ParseXmlResponse(string data)
|
||||
{
|
||||
m_log.DebugFormat("[XXX]: received xml string: {0}", data);
|
||||
//m_log.DebugFormat("[XXX]: received xml string: {0}", data);
|
||||
|
||||
Dictionary<string, object> ret = new Dictionary<string, object>();
|
||||
|
||||
|
||||
@@ -77,6 +77,7 @@ namespace OpenSim.Server.Handlers.Inventory
|
||||
m_doLookup = serverConfig.GetBoolean("SessionAuthentication", false);
|
||||
|
||||
AddHttpHandlers(server);
|
||||
m_log.Debug("[INVENTORY HANDLER]: handlers initialized");
|
||||
}
|
||||
|
||||
protected virtual void AddHttpHandlers(IHttpServer m_httpServer)
|
||||
|
||||
Reference in New Issue
Block a user