Squash reporting HelloNeighbor exception - it simply means the other sim

is down, no need for yellow ink.
avinationmerge
Melanie 2012-11-02 16:43:38 +01:00
parent d383bcc0dc
commit fd2bee8da1
1 changed files with 4 additions and 4 deletions

View File

@ -153,9 +153,9 @@ namespace OpenSim.Services.Connectors
} }
catch (Exception e) catch (Exception e)
{ {
m_log.WarnFormat( // m_log.WarnFormat(
"[NEIGHBOUR SERVICE CONNCTOR]: Unable to send HelloNeighbour from {0} to {1}. Exception {2}{3}", // "[NEIGHBOUR SERVICE CONNCTOR]: Unable to send HelloNeighbour from {0} to {1}. Exception {2}{3}",
thisRegion.RegionName, region.RegionName, e.Message, e.StackTrace); // thisRegion.RegionName, region.RegionName, e.Message, e.StackTrace);
return false; return false;
} }