diff options
Diffstat (limited to 'OpenSim/Region/Application/Application.cs')
-rw-r--r-- | OpenSim/Region/Application/Application.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index 59ac161..8d2ce55 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs | |||
@@ -117,7 +117,9 @@ namespace OpenSim | |||
117 | msg += "Exception: " + e.ExceptionObject.ToString() + "\r\n"; | 117 | msg += "Exception: " + e.ExceptionObject.ToString() + "\r\n"; |
118 | Exception ex = (Exception)e.ExceptionObject; | 118 | Exception ex = (Exception)e.ExceptionObject; |
119 | if (ex.InnerException != null) | 119 | if (ex.InnerException != null) |
120 | { | ||
120 | msg += "InnerException: " + ex.InnerException.ToString() + "\r\n"; | 121 | msg += "InnerException: " + ex.InnerException.ToString() + "\r\n"; |
122 | } | ||
121 | 123 | ||
122 | msg += "\r\n"; | 124 | msg += "\r\n"; |
123 | msg += "Application is terminating: " + e.IsTerminating.ToString() + "\r\n"; | 125 | msg += "Application is terminating: " + e.IsTerminating.ToString() + "\r\n"; |