diff options
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 12 |
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; |