aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorJeff Ames2008-08-15 10:29:17 +0000
committerJeff Ames2008-08-15 10:29:17 +0000
commit53b0ef82b3beabd33d07f5226fed5374743dc4bb (patch)
tree58d948127eaa3c88058fa780e2508273d8e39b97 /OpenSim/Region
parentFixes a case where neighboring region info cannot be obtained (diff)
downloadopensim-SC_OLD-53b0ef82b3beabd33d07f5226fed5374743dc4bb.zip
opensim-SC_OLD-53b0ef82b3beabd33d07f5226fed5374743dc4bb.tar.gz
opensim-SC_OLD-53b0ef82b3beabd33d07f5226fed5374743dc4bb.tar.bz2
opensim-SC_OLD-53b0ef82b3beabd33d07f5226fed5374743dc4bb.tar.xz
Minor formatting cleanup.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1GridServices.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
index fe07275..410b4ac 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
@@ -925,12 +925,12 @@ namespace OpenSim.Region.Communications.OGS1
925 { 925 {
926 NoteDeadRegion(regionHandle); 926 NoteDeadRegion(regionHandle);
927 927
928 if(regInfo != null) 928 if (regInfo != null)
929 { 929 {
930 m_log.WarnFormat( 930 m_log.WarnFormat(
931 "[OGS1 GRID SERVICES]: Remoting Error: Unable to connect to adjacent region: {0} {1},{2}", 931 "[OGS1 GRID SERVICES]: Remoting Error: Unable to connect to adjacent region: {0} {1},{2}",
932 regInfo.RegionName, regInfo.RegionLocX, regInfo.RegionLocY); 932 regInfo.RegionName, regInfo.RegionLocX, regInfo.RegionLocY);
933 } 933 }
934 m_log.DebugFormat("[OGS1 GRID SERVICES]: {0} {1}", e.Source, e.Message); 934 m_log.DebugFormat("[OGS1 GRID SERVICES]: {0} {1}", e.Source, e.Message);
935 935
936 return false; 936 return false;