mirror of
https://github.com/opensim/opensim.git
synced 2026-08-03 07:26:16 +08:00
Minor fix to global exception handler - now only displays unhandled (full crash) exceptions.
This commit is contained in:
@@ -97,7 +97,8 @@ namespace OpenSim
|
||||
msg += "Application is terminating: " + e.IsTerminating.ToString() + "\r\n";
|
||||
msg += "Exception:";
|
||||
msg += e.ExceptionObject.ToString();
|
||||
Console.WriteLine(msg);
|
||||
if (e.IsTerminating)
|
||||
Console.WriteLine(msg);
|
||||
|
||||
// Try to post errormessage to an URL
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user