diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSimMain.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index eb44dca..61b4de0 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -348,7 +348,7 @@ namespace OpenSim | |||
348 | /// <summary> | 348 | /// <summary> |
349 | /// Enhance the version string with extra information if it's available. | 349 | /// Enhance the version string with extra information if it's available. |
350 | /// </summary> | 350 | /// </summary> |
351 | protected void enhanceVersionInformation() | 351 | protected void EnhanceVersionInformation() |
352 | { | 352 | { |
353 | // Add subversion revision information if available | 353 | // Add subversion revision information if available |
354 | string svnFileName = "../.svn/entries"; | 354 | string svnFileName = "../.svn/entries"; |
@@ -405,7 +405,7 @@ namespace OpenSim | |||
405 | /// </summary> | 405 | /// </summary> |
406 | protected void InternalStartUp() | 406 | protected void InternalStartUp() |
407 | { | 407 | { |
408 | enhanceVersionInformation(); | 408 | EnhanceVersionInformation(); |
409 | 409 | ||
410 | m_log.Info("[STARTUP]: OpenSim version: " + VersionInfo.Version + "\n"); | 410 | m_log.Info("[STARTUP]: OpenSim version: " + VersionInfo.Version + "\n"); |
411 | 411 | ||