* Minor: Tidy ups and logging tweaks.

This commit is contained in:
Justin Clarke Casey
2008-05-22 00:41:03 +00:00
parent 203017f554
commit 1f57fd4bec
3 changed files with 5 additions and 4 deletions

View File

@@ -348,7 +348,7 @@ namespace OpenSim
/// <summary>
/// Enhance the version string with extra information if it's available.
/// </summary>
protected void enhanceVersionInformation()
protected void EnhanceVersionInformation()
{
// Add subversion revision information if available
string svnFileName = "../.svn/entries";
@@ -405,7 +405,7 @@ namespace OpenSim
/// </summary>
protected void InternalStartUp()
{
enhanceVersionInformation();
EnhanceVersionInformation();
m_log.Info("[STARTUP]: OpenSim version: " + VersionInfo.Version + "\n");