mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
And one last time - removed duplicate exception dump :)
This commit is contained in:
@@ -95,11 +95,12 @@ namespace OpenSim
|
||||
msg += "APPLICATION EXCEPTION DETECTED\r\n";
|
||||
msg += "\r\n";
|
||||
msg += "Application is terminating: " + e.IsTerminating.ToString() + "\r\n";
|
||||
msg += "Exception:";
|
||||
msg += e.ExceptionObject.ToString();
|
||||
if (e.IsTerminating)
|
||||
Console.WriteLine(msg);
|
||||
|
||||
msg += "Exception:";
|
||||
msg += e.ExceptionObject.ToString();
|
||||
|
||||
// Try to post errormessage to an URL
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user