mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
* some if inversions and added {}'s for readability
This commit is contained in:
@@ -117,7 +117,9 @@ namespace OpenSim
|
||||
msg += "Exception: " + e.ExceptionObject.ToString() + "\r\n";
|
||||
Exception ex = (Exception)e.ExceptionObject;
|
||||
if (ex.InnerException != null)
|
||||
{
|
||||
msg += "InnerException: " + ex.InnerException.ToString() + "\r\n";
|
||||
}
|
||||
|
||||
msg += "\r\n";
|
||||
msg += "Application is terminating: " + e.IsTerminating.ToString() + "\r\n";
|
||||
|
||||
Reference in New Issue
Block a user