diff options
Diffstat (limited to 'OpenSim/Framework/Servers')
-rw-r--r-- | OpenSim/Framework/Servers/BaseOpenSimServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/BaseOpenSimServer.cs b/OpenSim/Framework/Servers/BaseOpenSimServer.cs index 09b0801..c533a2e 100644 --- a/OpenSim/Framework/Servers/BaseOpenSimServer.cs +++ b/OpenSim/Framework/Servers/BaseOpenSimServer.cs | |||
@@ -152,7 +152,7 @@ namespace OpenSim.Framework.Servers | |||
152 | { | 152 | { |
153 | m_log.Info("[STARTUP]: Beginning startup processing"); | 153 | m_log.Info("[STARTUP]: Beginning startup processing"); |
154 | 154 | ||
155 | m_log.Info("[STARTUP]: Careminster version: " + m_version + Environment.NewLine); | 155 | m_log.Info("[STARTUP]: version: " + m_version + Environment.NewLine); |
156 | // clr version potentially is more confusing than helpful, since it doesn't tell us if we're running under Mono/MS .NET and | 156 | // clr version potentially is more confusing than helpful, since it doesn't tell us if we're running under Mono/MS .NET and |
157 | // the clr version number doesn't match the project version number under Mono. | 157 | // the clr version number doesn't match the project version number under Mono. |
158 | //m_log.Info("[STARTUP]: Virtual machine runtime version: " + Environment.Version + Environment.NewLine); | 158 | //m_log.Info("[STARTUP]: Virtual machine runtime version: " + Environment.Version + Environment.NewLine); |