remove a noisy stack trace from LAND CONNECTOR log
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user