From 5d77625e9ac4ce1fc7b8fd67aabf563678ef0d5d Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Sun, 25 May 2008 23:27:38 +0000 Subject: Update svn properties. Formatting cleanup. --- OpenSim/Region/Application/OpenSimMain.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'OpenSim/Region/Application/OpenSimMain.cs') diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index cf12be7..dec0311 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs @@ -66,7 +66,7 @@ namespace OpenSim /// The file used to load and save prim backup xml if none has been specified /// protected const string DEFAULT_PRIM_BACKUP_FILENAME = "prim-backup.xml"; - + /// /// The file use to load and save an opensim archive if none has been specified /// @@ -354,7 +354,7 @@ namespace OpenSim } /// - /// Enhance the version string with extra information if it's available. + /// Enhance the version string with extra information if it's available. /// protected void EnhanceVersionInformation() { @@ -387,7 +387,7 @@ namespace OpenSim if (!string.IsNullOrEmpty(buildVersion)) { VersionInfo.Version += ", SVN build r" + buildVersion; - } + } else { VersionInfo.Version += ", SVN build revision not available"; @@ -407,9 +407,9 @@ namespace OpenSim if (OSString.Length > 45) { OSString = OSString.Substring(0, 45); - } - - VersionInfo.Version += ", OS " + OSString; + } + + VersionInfo.Version += ", OS " + OSString; } /// @@ -418,7 +418,7 @@ namespace OpenSim protected void InternalStartUp() { EnhanceVersionInformation(); - + m_log.Info("[STARTUP]: OpenSim version: " + VersionInfo.Version + "\n"); m_stats = StatsManager.StartCollectingSimExtraStats(); @@ -710,7 +710,7 @@ namespace OpenSim /// protected class SimStatusHandler : IStreamedRequestHandler { - public byte[] Handle(string path, Stream request, + public byte[] Handle(string path, Stream request, OSHttpRequest httpRequest, OSHttpResponse httpResponse) { return Encoding.UTF8.GetBytes("OK"); -- cgit v1.1