diff options
author | Justin Clarke Casey | 2008-10-03 15:44:44 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-03 15:44:44 +0000 |
commit | 0487c3158b2f6af7a9f2830caab0ec8fcfa468e2 (patch) | |
tree | baa140de8e26954e0e7e4a92528a16e41d0c179b | |
parent | * oops, fix region startup to be in the correct sequence (though it appeared ... (diff) | |
download | opensim-SC_OLD-0487c3158b2f6af7a9f2830caab0ec8fcfa468e2.zip opensim-SC_OLD-0487c3158b2f6af7a9f2830caab0ec8fcfa468e2.tar.gz opensim-SC_OLD-0487c3158b2f6af7a9f2830caab0ec8fcfa468e2.tar.bz2 opensim-SC_OLD-0487c3158b2f6af7a9f2830caab0ec8fcfa468e2.tar.xz |
* minor: restore the standard startup logo text now I understand why things were appearing in the wrong order
-rw-r--r-- | OpenSim/Framework/Servers/BaseOpenSimServer.cs | 2 | ||||
-rw-r--r-- | bin/startuplogo.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Servers/BaseOpenSimServer.cs b/OpenSim/Framework/Servers/BaseOpenSimServer.cs index cc255b2..3705f68 100644 --- a/OpenSim/Framework/Servers/BaseOpenSimServer.cs +++ b/OpenSim/Framework/Servers/BaseOpenSimServer.cs | |||
@@ -217,7 +217,7 @@ namespace OpenSim.Framework.Servers | |||
217 | 217 | ||
218 | TimeSpan timeTaken = DateTime.Now - m_startuptime; | 218 | TimeSpan timeTaken = DateTime.Now - m_startuptime; |
219 | 219 | ||
220 | m_log.InfoFormat("[STARTUP]: STARTUP COMPLETE - took {0}m {1}s", timeTaken.Minutes, timeTaken.Seconds); | 220 | m_log.InfoFormat("[STARTUP]: Startup took {0}m {1}s", timeTaken.Minutes, timeTaken.Seconds); |
221 | } | 221 | } |
222 | 222 | ||
223 | /// <summary> | 223 | /// <summary> |
diff --git a/bin/startuplogo.txt b/bin/startuplogo.txt index 8b13789..0d11e77 100644 --- a/bin/startuplogo.txt +++ b/bin/startuplogo.txt | |||
@@ -1 +1 @@ | |||
STARTUP COMPLETE | |||