From 3bf88587277b83c0b6f058fabba7d46a3b5a6a00 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Thu, 28 Aug 2008 14:41:54 +0000 Subject: Update svn properties, formatting cleanup. --- OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'OpenSim/Region/Communications/OGS1') diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index abaf743..da2e4a2 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs @@ -260,9 +260,9 @@ namespace OpenSim.Region.Communications.OGS1 catch (SocketException e) { m_log.WarnFormat( - "[OGS1 GRID SERVICES]: RequestNeighbours(): Lookup of neighbour {0} failed! Not including in neighbours list. {1}", + "[OGS1 GRID SERVICES]: RequestNeighbours(): Lookup of neighbour {0} failed! Not including in neighbours list. {1}", simIp, e); - + continue; } @@ -304,7 +304,7 @@ namespace OpenSim.Region.Communications.OGS1 SendParams.Add(requestData); XmlRpcRequest gridReq = new XmlRpcRequest("simulator_data_request", SendParams); XmlRpcResponse gridResp = null; - + try { gridResp = gridReq.Send(serversInfo.GridURL, 3000); @@ -312,9 +312,9 @@ namespace OpenSim.Region.Communications.OGS1 catch (WebException e) { m_log.ErrorFormat( - "[OGS1 GRID SERVICES]: Communication with the grid server at {0} failed, {1}", + "[OGS1 GRID SERVICES]: Communication with the grid server at {0} failed, {1}", serversInfo.GridURL, e); - + return null; } @@ -1621,14 +1621,14 @@ namespace OpenSim.Region.Communications.OGS1 { m_log.DebugFormat( "[OGS1 GRID SERVICES]: CheckRegion Socket Setup exception: {0}:{1}", e.Message, e.StackTrace); - + return false; } if (timed_out) { m_log.DebugFormat( - "[OGS1 GRID SERVICES]: socket [{0}] timed out ({1}) waiting to obtain a connection.", + "[OGS1 GRID SERVICES]: socket [{0}] timed out ({1}) waiting to obtain a connection.", m_EndPoint, timeOut * 1000); if (retry) -- cgit v1.1