diff options
Diffstat (limited to 'OpenSim/Grid/ScriptServer/Application.cs')
-rw-r--r-- | OpenSim/Grid/ScriptServer/Application.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Grid/ScriptServer/Application.cs b/OpenSim/Grid/ScriptServer/Application.cs index 5cf781f..ef93f65 100644 --- a/OpenSim/Grid/ScriptServer/Application.cs +++ b/OpenSim/Grid/ScriptServer/Application.cs | |||
@@ -26,6 +26,7 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | using System; | 28 | using System; |
29 | using log4net.Config; | ||
29 | 30 | ||
30 | namespace OpenSim.Grid.ScriptServer | 31 | namespace OpenSim.Grid.ScriptServer |
31 | { | 32 | { |
@@ -35,7 +36,7 @@ namespace OpenSim.Grid.ScriptServer | |||
35 | 36 | ||
36 | private static void Main(string[] args) | 37 | private static void Main(string[] args) |
37 | { | 38 | { |
38 | log4net.Config.XmlConfigurator.Configure(); | 39 | XmlConfigurator.Configure(); |
39 | 40 | ||
40 | AppDomain.CurrentDomain.UnhandledException += | 41 | AppDomain.CurrentDomain.UnhandledException += |
41 | new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); | 42 | new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); |