aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers
diff options
context:
space:
mode:
authorDiva Canto2010-01-31 17:27:56 -0800
committerDiva Canto2010-01-31 17:27:56 -0800
commit35de8e91ecfbb87054599f3d0f5781d041648688 (patch)
tree23531162158999bc51da925c4a720be966d31367 /OpenSim/Server/Handlers
parent* Simplified the configuration by having [DatabaseService] in it (diff)
downloadopensim-SC_OLD-35de8e91ecfbb87054599f3d0f5781d041648688.zip
opensim-SC_OLD-35de8e91ecfbb87054599f3d0f5781d041648688.tar.gz
opensim-SC_OLD-35de8e91ecfbb87054599f3d0f5781d041648688.tar.bz2
opensim-SC_OLD-35de8e91ecfbb87054599f3d0f5781d041648688.tar.xz
* Remove unnecessary debug message
* Bug fix in UserAgentService, logout
Diffstat (limited to 'OpenSim/Server/Handlers')
-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 a537067..41897eb 100644
--- a/OpenSim/Server/Handlers/Hypergrid/HGInventoryServerInConnector.cs
+++ b/OpenSim/Server/Handlers/Hypergrid/HGInventoryServerInConnector.cs
@@ -80,7 +80,7 @@ namespace OpenSim.Server.Handlers.Hypergrid
80 /// <returns></returns> 80 /// <returns></returns>
81 public override bool CheckAuthSession(string session_id, string avatar_id) 81 public override bool CheckAuthSession(string session_id, string avatar_id)
82 { 82 {
83 m_log.InfoFormat("[HG INVENTORY IN CONNECTOR]: checking authed session {0} {1}", session_id, avatar_id); 83 //m_log.InfoFormat("[HG INVENTORY IN CONNECTOR]: checking authed session {0} {1}", session_id, avatar_id);
84 // This doesn't work 84 // This doesn't work
85 85
86 // if (m_session_cache.getCachedSession(session_id, avatar_id) == null) 86 // if (m_session_cache.getCachedSession(session_id, avatar_id) == null)