mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Squash reporting HelloNeighbor exception - it simply means the other sim
is down, no need for yellow ink.
This commit is contained in:
@@ -153,9 +153,9 @@ namespace OpenSim.Services.Connectors
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.WarnFormat(
|
||||
"[NEIGHBOUR SERVICE CONNCTOR]: Unable to send HelloNeighbour from {0} to {1}. Exception {2}{3}",
|
||||
thisRegion.RegionName, region.RegionName, e.Message, e.StackTrace);
|
||||
// m_log.WarnFormat(
|
||||
// "[NEIGHBOUR SERVICE CONNCTOR]: Unable to send HelloNeighbour from {0} to {1}. Exception {2}{3}",
|
||||
// thisRegion.RegionName, region.RegionName, e.Message, e.StackTrace);
|
||||
|
||||
return false;
|
||||
}
|
||||
@@ -202,4 +202,4 @@ namespace OpenSim.Services.Connectors
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user