aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.32BitLaunch
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tools/OpenSim.32BitLaunch')
-rw-r--r--OpenSim/Tools/OpenSim.32BitLaunch/Program.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs b/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs
index ba7af25..78ba598 100644
--- a/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs
+++ b/OpenSim/Tools/OpenSim.32BitLaunch/Program.cs
@@ -34,6 +34,8 @@ namespace OpenSim._32BitLaunch
34 { 34 {
35 static void Main(string[] args) 35 static void Main(string[] args)
36 { 36 {
37 log4net.Config.XmlConfigurator.Configure();
38
37 System.Console.WriteLine("32-bit OpenSim executor"); 39 System.Console.WriteLine("32-bit OpenSim executor");
38 System.Console.WriteLine("-----------------------"); 40 System.Console.WriteLine("-----------------------");
39 System.Console.WriteLine(""); 41 System.Console.WriteLine("");