diff options
author | Diva Canto | 2017-04-26 09:58:34 -0700 |
---|---|---|
committer | Diva Canto | 2017-04-26 09:58:34 -0700 |
commit | c8fcf9bceb0a088a1b212d7a2b0739e92618e616 (patch) | |
tree | 767f0ba5c94a2682b974cc598bc981e5e6a73757 /OpenSim/Framework/Servers | |
parent | Fill out Current Outfit folder with links when creating the initial avatar ap... (diff) | |
parent | give more information on Fatal Error during region startup (diff) | |
download | opensim-SC_OLD-c8fcf9bceb0a088a1b212d7a2b0739e92618e616.zip opensim-SC_OLD-c8fcf9bceb0a088a1b212d7a2b0739e92618e616.tar.gz opensim-SC_OLD-c8fcf9bceb0a088a1b212d7a2b0739e92618e616.tar.bz2 opensim-SC_OLD-c8fcf9bceb0a088a1b212d7a2b0739e92618e616.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Framework/Servers')
-rw-r--r-- | OpenSim/Framework/Servers/BaseOpenSimServer.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/Servers/BaseOpenSimServer.cs b/OpenSim/Framework/Servers/BaseOpenSimServer.cs index f761813..62cd543 100644 --- a/OpenSim/Framework/Servers/BaseOpenSimServer.cs +++ b/OpenSim/Framework/Servers/BaseOpenSimServer.cs | |||
@@ -163,8 +163,7 @@ namespace OpenSim.Framework.Servers | |||
163 | } | 163 | } |
164 | catch(Exception e) | 164 | catch(Exception e) |
165 | { | 165 | { |
166 | m_log.FatalFormat("Fatal error: {0}", | 166 | m_log.Fatal("Fatal error: " + e.ToString()); |
167 | (e.Message == null || e.Message == String.Empty) ? "Unknown reason":e.Message ); | ||
168 | Environment.Exit(1); | 167 | Environment.Exit(1); |
169 | } | 168 | } |
170 | 169 | ||