diff options
-rw-r--r-- | OpenSim/Region/Application/Application.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index f1db8d6..0bf1c55 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs | |||
@@ -43,10 +43,11 @@ namespace OpenSim | |||
43 | [STAThread] | 43 | [STAThread] |
44 | public static void Main(string[] args) | 44 | public static void Main(string[] args) |
45 | { | 45 | { |
46 | log4net.Config.XmlConfigurator.Configure(); | 46 | // First line |
47 | |||
48 | AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); | 47 | AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException); |
49 | 48 | ||
49 | log4net.Config.XmlConfigurator.Configure(); | ||
50 | |||
50 | Console.WriteLine("OpenSim " + VersionInfo.Version + "\n"); | 51 | Console.WriteLine("OpenSim " + VersionInfo.Version + "\n"); |
51 | 52 | ||
52 | Console.Write("Performing compatibility checks... "); | 53 | Console.Write("Performing compatibility checks... "); |