diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index 7ac6eb958e..f9f103aa9e 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -33,6 +33,7 @@ using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
+using System.Runtime;
using System.Text;
using System.Text.RegularExpressions;
using System.Timers;
@@ -124,6 +125,8 @@ namespace OpenSim
Util.InitThreadPool(stpMinThreads, stpMaxThreads);
m_log.Info("[OPENSIM MAIN]: Using async_call_method " + Util.FireAndForgetMethod);
+
+ m_log.InfoFormat("[OPENSIM MAIN] Running GC in {0} mode", GCSettings.IsServerGC ? "server":"workstation");
}
#if (_MONO)
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config
index f1bf8a050a..3f718d28f1 100755
--- a/bin/OpenSim.exe.config
+++ b/bin/OpenSim.exe.config
@@ -5,8 +5,6 @@
-
-
diff --git a/bin/Robust.exe.config b/bin/Robust.exe.config
index 7db6458d26..025555ecca 100644
--- a/bin/Robust.exe.config
+++ b/bin/Robust.exe.config
@@ -5,8 +5,6 @@
-
-