mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Cleaning code still.
This commit is contained in:
@@ -39,7 +39,7 @@ namespace OpenSim.Grid.ScriptServer
|
||||
XmlConfigurator.Configure();
|
||||
|
||||
AppDomain.CurrentDomain.UnhandledException +=
|
||||
new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
|
||||
CurrentDomain_UnhandledException;
|
||||
|
||||
// Application is starting
|
||||
SE = new ScriptServerMain();
|
||||
@@ -50,9 +50,9 @@ namespace OpenSim.Grid.ScriptServer
|
||||
Console.WriteLine(String.Empty);
|
||||
Console.WriteLine("APPLICATION EXCEPTION DETECTED");
|
||||
Console.WriteLine(String.Empty);
|
||||
Console.WriteLine("Application is terminating: " + e.IsTerminating.ToString());
|
||||
Console.WriteLine("Application is terminating: " + e.IsTerminating);
|
||||
//Console.WriteLine("Exception:");
|
||||
//Console.WriteLine(e.ExceptionObject.ToString());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user