And one last time - removed duplicate exception dump :)

ThreadPoolClientBranch
Tedd Hansen 2008-01-12 01:30:57 +00:00
parent d0d3812cdf
commit c4684b2d14
1 changed files with 3 additions and 2 deletions

View File

@ -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
{