aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Neighbour
diff options
context:
space:
mode:
authorUbitUmarov2018-01-15 16:23:19 +0000
committerUbitUmarov2018-01-15 16:23:19 +0000
commitc92ba1cc04c36d46b3569c06d8339cf897af65cc (patch)
tree88fadaf244e29d229bc166c1b0ac031843b15a50 /OpenSim/Services/Connectors/Neighbour
parentupdate PrimMesher to a newer version from dahlia (thx dahlia), targeted .net4.6 (diff)
downloadopensim-SC-c92ba1cc04c36d46b3569c06d8339cf897af65cc.zip
opensim-SC-c92ba1cc04c36d46b3569c06d8339cf897af65cc.tar.gz
opensim-SC-c92ba1cc04c36d46b3569c06d8339cf897af65cc.tar.bz2
opensim-SC-c92ba1cc04c36d46b3569c06d8339cf897af65cc.tar.xz
shut up some pesty warnings
Diffstat (limited to 'OpenSim/Services/Connectors/Neighbour')
-rw-r--r--OpenSim/Services/Connectors/Neighbour/NeighbourServicesConnector.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/Neighbour/NeighbourServicesConnector.cs b/OpenSim/Services/Connectors/Neighbour/NeighbourServicesConnector.cs
index 5f075ac..9f3b94c 100644
--- a/OpenSim/Services/Connectors/Neighbour/NeighbourServicesConnector.cs
+++ b/OpenSim/Services/Connectors/Neighbour/NeighbourServicesConnector.cs
@@ -151,7 +151,8 @@ namespace OpenSim.Services.Connectors
151 os.Write(buffer, 0, strBuffer.Length); //Send it 151 os.Write(buffer, 0, strBuffer.Length); //Send it
152 //m_log.InfoFormat("[REST COMMS]: Posted HelloNeighbour request to remote sim {0}", uri); 152 //m_log.InfoFormat("[REST COMMS]: Posted HelloNeighbour request to remote sim {0}", uri);
153 } 153 }
154 catch (Exception e) 154// catch (Exception e)
155 catch
155 { 156 {
156// m_log.WarnFormat( 157// m_log.WarnFormat(
157// "[NEIGHBOUR SERVICE CONNCTOR]: Unable to send HelloNeighbour from {0} to {1}. Exception {2}{3}", 158// "[NEIGHBOUR SERVICE CONNCTOR]: Unable to send HelloNeighbour from {0} to {1}. Exception {2}{3}",