mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Report exception message as well as stack trace if a region fails to register with the grid service in grid mode
This commit is contained in:
@@ -356,7 +356,9 @@ namespace OpenSim
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.ErrorFormat("[STARTUP]: Registration of region with grid failed, aborting startup - {0}", e.StackTrace);
|
||||
m_log.ErrorFormat(
|
||||
"[STARTUP]: Registration of region with grid failed, aborting startup due to {0} {1}",
|
||||
e.Message, e.StackTrace);
|
||||
|
||||
// Carrying on now causes a lot of confusion down the
|
||||
// line - we need to get the user's attention
|
||||
|
||||
Reference in New Issue
Block a user