give more information on Fatal Error during region startup
parent
ce3af94a69
commit
1b8c71c965
|
@ -163,8 +163,7 @@ namespace OpenSim.Framework.Servers
|
||||||
}
|
}
|
||||||
catch(Exception e)
|
catch(Exception e)
|
||||||
{
|
{
|
||||||
m_log.FatalFormat("Fatal error: {0}",
|
m_log.Fatal("Fatal error: " + e.ToString());
|
||||||
(e.Message == null || e.Message == String.Empty) ? "Unknown reason":e.Message );
|
|
||||||
Environment.Exit(1);
|
Environment.Exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue