aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Hypergrid
diff options
context:
space:
mode:
authorMic Bowman2011-01-03 17:16:22 -0800
committerMic Bowman2011-01-03 17:16:22 -0800
commite0da281e3d70fbe1752815f5a7ae4b3ed0cf15ba (patch)
treeb04b54b8925bf774d919a85c2112c2e213072258 /OpenSim/Services/Connectors/Hypergrid
parentMerge branch 'master' into cmickeyb (diff)
downloadopensim-SC_OLD-e0da281e3d70fbe1752815f5a7ae4b3ed0cf15ba.zip
opensim-SC_OLD-e0da281e3d70fbe1752815f5a7ae4b3ed0cf15ba.tar.gz
opensim-SC_OLD-e0da281e3d70fbe1752815f5a7ae4b3ed0cf15ba.tar.bz2
opensim-SC_OLD-e0da281e3d70fbe1752815f5a7ae4b3ed0cf15ba.tar.xz
Cleaned up debugging messages in the WebRequest handlers
Diffstat (limited to 'OpenSim/Services/Connectors/Hypergrid')
-rw-r--r--OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs b/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs
index 6c69fec..1aa3282 100644
--- a/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Hypergrid/GatekeeperServiceConnector.cs
@@ -283,7 +283,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
283 283
284 public bool CreateAgent(GridRegion destination, AgentCircuitData aCircuit, uint flags, out string myipaddress, out string reason) 284 public bool CreateAgent(GridRegion destination, AgentCircuitData aCircuit, uint flags, out string myipaddress, out string reason)
285 { 285 {
286 m_log.WarnFormat("[GATEKEEPER SERVICE CONNECTOR]: CreateAgent start"); 286 // m_log.DebugFormat("[GATEKEEPER SERVICE CONNECTOR]: CreateAgent start");
287 287
288 myipaddress = String.Empty; 288 myipaddress = String.Empty;
289 reason = String.Empty; 289 reason = String.Empty;