* oops, fix region startup to be in the correct sequence (though it appeared to work anyway)

This commit is contained in:
Justin Clarke Casey
2008-10-03 15:41:27 +00:00
parent 3902149e1b
commit 3ffd77f70b
3 changed files with 4 additions and 4 deletions

View File

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