diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/Connectors/Hypergrid/HypergridServiceConnector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Hypergrid/HypergridServiceConnector.cs b/OpenSim/Services/Connectors/Hypergrid/HypergridServiceConnector.cs index 460acae..0bb1c0e 100644 --- a/OpenSim/Services/Connectors/Hypergrid/HypergridServiceConnector.cs +++ b/OpenSim/Services/Connectors/Hypergrid/HypergridServiceConnector.cs | |||
@@ -70,7 +70,7 @@ namespace OpenSim.Services.Connectors.Hypergrid | |||
70 | 70 | ||
71 | XmlRpcRequest request = new XmlRpcRequest("link_region", paramList); | 71 | XmlRpcRequest request = new XmlRpcRequest("link_region", paramList); |
72 | string uri = "http://" + info.ExternalEndPoint.Address + ":" + info.HttpPort + "/"; | 72 | string uri = "http://" + info.ExternalEndPoint.Address + ":" + info.HttpPort + "/"; |
73 | m_log.Debug("[HGrid]: Linking to " + uri); | 73 | //m_log.Debug("[HGrid]: Linking to " + uri); |
74 | XmlRpcResponse response = null; | 74 | XmlRpcResponse response = null; |
75 | try | 75 | try |
76 | { | 76 | { |