diff options
author | Mic Bowman | 2011-01-03 17:16:22 -0800 |
---|---|---|
committer | Mic Bowman | 2011-01-03 17:16:22 -0800 |
commit | e0da281e3d70fbe1752815f5a7ae4b3ed0cf15ba (patch) | |
tree | b04b54b8925bf774d919a85c2112c2e213072258 /OpenSim/Services/Connectors/Hypergrid | |
parent | Merge branch 'master' into cmickeyb (diff) | |
download | opensim-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.cs | 2 |
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; |