mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
* minor: restore the standard startup logo text now I understand why things were appearing in the wrong order
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -1 +1 @@
|
||||
|
||||
STARTUP COMPLETE
|
||||
|
||||
Reference in New Issue
Block a user