remove a noisy stack trace from LAND CONNECTOR log

This commit is contained in:
UbitUmarov
2021-09-02 21:56:23 +01:00
parent aa796bb443
commit 30c479db94

View File

@@ -134,8 +134,7 @@ namespace OpenSim.Services.Connectors
}
catch (Exception e)
{
m_log.ErrorFormat(
"[LAND CONNECTOR]: Couldn't contact region {0}: {1} {2}", regionHandle, e.Message, e.StackTrace);
m_log.ErrorFormat("[LAND CONNECTOR]: Couldn't contact region {0}: {1}", regionHandle, e.Message);
}
return landData;