aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/BaseOpenSimServer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Servers/BaseOpenSimServer.cs')
-rw-r--r--OpenSim/Framework/Servers/BaseOpenSimServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/BaseOpenSimServer.cs b/OpenSim/Framework/Servers/BaseOpenSimServer.cs
index 5b2d7dc..605909d 100644
--- a/OpenSim/Framework/Servers/BaseOpenSimServer.cs
+++ b/OpenSim/Framework/Servers/BaseOpenSimServer.cs
@@ -305,7 +305,7 @@ namespace OpenSim.Framework.Servers
305 305
306 EnhanceVersionInformation(); 306 EnhanceVersionInformation();
307 307
308 m_log.Info("[STARTUP]: OpenSimulator version: " + m_version + Environment.NewLine); 308 m_log.Info("[STARTUP]: Careminster version: " + m_version + Environment.NewLine);
309 // clr version potentially is more confusing than helpful, since it doesn't tell us if we're running under Mono/MS .NET and 309 // clr version potentially is more confusing than helpful, since it doesn't tell us if we're running under Mono/MS .NET and
310 // the clr version number doesn't match the project version number under Mono. 310 // the clr version number doesn't match the project version number under Mono.
311 //m_log.Info("[STARTUP]: Virtual machine runtime version: " + Environment.Version + Environment.NewLine); 311 //m_log.Info("[STARTUP]: Virtual machine runtime version: " + Environment.Version + Environment.NewLine);