From c4684b2d14adfd86c03124f72f99e369e9723b61 Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Sat, 12 Jan 2008 01:30:57 +0000 Subject: And one last time - removed duplicate exception dump :) --- OpenSim/Region/Application/Application.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index 0f00d43..8f5c87e 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs @@ -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 { -- cgit v1.1