diff options
author | Justin Clarke Casey | 2008-05-22 00:41:03 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-05-22 00:41:03 +0000 |
commit | 1f57fd4becda90486ba1bc0f102574855ae6fbac (patch) | |
tree | 05f900443b8cc5a2e443cb8bdf4a4c2b1fc52647 /OpenSim/Region/Application/OpenSimMain.cs | |
parent | * Refactor: Move enhancement of version string with operating system informat... (diff) | |
download | opensim-SC_OLD-1f57fd4becda90486ba1bc0f102574855ae6fbac.zip opensim-SC_OLD-1f57fd4becda90486ba1bc0f102574855ae6fbac.tar.gz opensim-SC_OLD-1f57fd4becda90486ba1bc0f102574855ae6fbac.tar.bz2 opensim-SC_OLD-1f57fd4becda90486ba1bc0f102574855ae6fbac.tar.xz |
* Minor: Tidy ups and logging tweaks.
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 | ||