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 3d20080..66d0813 100644
--- a/OpenSim/Framework/Servers/BaseOpenSimServer.cs
+++ b/OpenSim/Framework/Servers/BaseOpenSimServer.cs
@@ -289,7 +289,7 @@ namespace OpenSim.Framework.Servers
289 289
290 EnhanceVersionInformation(); 290 EnhanceVersionInformation();
291 291
292 m_log.Info("[STARTUP]: OpenSimulator version: " + m_version + Environment.NewLine); 292 m_log.Info("[STARTUP]: Careminster version: " + m_version + Environment.NewLine);
293 // clr version potentially is more confusing than helpful, since it doesn't tell us if we're running under Mono/MS .NET and 293 // clr version potentially is more confusing than helpful, since it doesn't tell us if we're running under Mono/MS .NET and
294 // the clr version number doesn't match the project version number under Mono. 294 // the clr version number doesn't match the project version number under Mono.
295 //m_log.Info("[STARTUP]: Virtual machine runtime version: " + Environment.Version + Environment.NewLine); 295 //m_log.Info("[STARTUP]: Virtual machine runtime version: " + Environment.Version + Environment.NewLine);