diff options
author | Melanie | 2010-11-09 16:07:43 +0100 |
---|---|---|
committer | Melanie | 2010-11-09 16:07:43 +0100 |
commit | ccfbce3176b429b0e590a8fedbf32185a6014c55 (patch) | |
tree | 834a5c2fb2e6a4e37c3588ee66ecc78239c2e496 /OpenSim/Framework/Servers | |
parent | Change "OpenSim" to "Careminster" and remove CM suffix. (diff) | |
download | opensim-SC_OLD-ccfbce3176b429b0e590a8fedbf32185a6014c55.zip opensim-SC_OLD-ccfbce3176b429b0e590a8fedbf32185a6014c55.tar.gz opensim-SC_OLD-ccfbce3176b429b0e590a8fedbf32185a6014c55.tar.bz2 opensim-SC_OLD-ccfbce3176b429b0e590a8fedbf32185a6014c55.tar.xz |
Remove "OpenSimulator" from startup message
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 cbab2db..8ff27c8 100644 --- a/OpenSim/Framework/Servers/BaseOpenSimServer.cs +++ b/OpenSim/Framework/Servers/BaseOpenSimServer.cs | |||
@@ -280,7 +280,7 @@ namespace OpenSim.Framework.Servers | |||
280 | 280 | ||
281 | EnhanceVersionInformation(); | 281 | EnhanceVersionInformation(); |
282 | 282 | ||
283 | m_log.Info("[STARTUP]: OpenSimulator version: " + m_version + Environment.NewLine); | 283 | m_log.Info("[STARTUP]: Careminster version: " + m_version + Environment.NewLine); |
284 | // clr version potentially is more confusing than helpful, since it doesn't tell us if we're running under Mono/MS .NET and | 284 | // clr version potentially is more confusing than helpful, since it doesn't tell us if we're running under Mono/MS .NET and |
285 | // the clr version number doesn't match the project version number under Mono. | 285 | // the clr version number doesn't match the project version number under Mono. |
286 | //m_log.Info("[STARTUP]: Virtual machine runtime version: " + Environment.Version + Environment.NewLine); | 286 | //m_log.Info("[STARTUP]: Virtual machine runtime version: " + Environment.Version + Environment.NewLine); |