mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
give more information on Fatal Error during region startup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user