* minor: restore the standard startup logo text now I understand why things were appearing in the wrong order

0.6.0-stable
Justin Clarke Casey 2008-10-03 15:44:44 +00:00
parent 3ffd77f70b
commit 0487c3158b
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ namespace OpenSim.Framework.Servers
TimeSpan timeTaken = DateTime.Now - m_startuptime;
m_log.InfoFormat("[STARTUP]: STARTUP COMPLETE - took {0}m {1}s", timeTaken.Minutes, timeTaken.Seconds);
m_log.InfoFormat("[STARTUP]: Startup took {0}m {1}s", timeTaken.Minutes, timeTaken.Seconds);
}
/// <summary>

View File

@ -1 +1 @@
STARTUP COMPLETE