Minor formatting cleanup.

0.6.0-stable
Jeff Ames 2008-08-15 10:29:17 +00:00
parent 6717839d65
commit 53b0ef82b3
1 changed files with 6 additions and 6 deletions

View File

@ -925,12 +925,12 @@ namespace OpenSim.Region.Communications.OGS1
{
NoteDeadRegion(regionHandle);
if(regInfo != null)
{
m_log.WarnFormat(
"[OGS1 GRID SERVICES]: Remoting Error: Unable to connect to adjacent region: {0} {1},{2}",
regInfo.RegionName, regInfo.RegionLocX, regInfo.RegionLocY);
}
if (regInfo != null)
{
m_log.WarnFormat(
"[OGS1 GRID SERVICES]: Remoting Error: Unable to connect to adjacent region: {0} {1},{2}",
regInfo.RegionName, regInfo.RegionLocX, regInfo.RegionLocY);
}
m_log.DebugFormat("[OGS1 GRID SERVICES]: {0} {1}", e.Source, e.Message);
return false;