give more information on Fatal Error during region startup

httptests
UbitUmarov 2017-04-26 16:15:33 +01:00
parent ce3af94a69
commit 1b8c71c965
1 changed files with 1 additions and 2 deletions

View File

@ -163,8 +163,7 @@ namespace OpenSim.Framework.Servers
}
catch(Exception e)
{
m_log.FatalFormat("Fatal error: {0}",
(e.Message == null || e.Message == String.Empty) ? "Unknown reason":e.Message );
m_log.Fatal("Fatal error: " + e.ToString());
Environment.Exit(1);
}