Remove STARTUP COMPLETE message from the startuplogo.txt file and into main logging
parent
6b3f9fcde0
commit
4cfaa01c0a
|
@ -320,7 +320,9 @@ namespace OpenSim.Framework.Servers
|
|||
|
||||
TimeSpan timeTaken = DateTime.Now - m_startuptime;
|
||||
|
||||
// m_log.InfoFormat("[STARTUP]: Startup took {0}m {1}s", timeTaken.Minutes, timeTaken.Seconds);
|
||||
m_log.InfoFormat(
|
||||
"[STARTUP]: Non-script portion of startup took {0}m {1}s. PLEASE WAIT FOR LOGINS TO BE ENABLED ON REGIONS.",
|
||||
timeTaken.Minutes, timeTaken.Seconds);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
STARTUP COMPLETE
|
Loading…
Reference in New Issue