From 0487c3158b2f6af7a9f2830caab0ec8fcfa468e2 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 3 Oct 2008 15:44:44 +0000 Subject: [PATCH] * minor: restore the standard startup logo text now I understand why things were appearing in the wrong order --- OpenSim/Framework/Servers/BaseOpenSimServer.cs | 2 +- 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 cc255b2f07..3705f68f48 100644 --- a/OpenSim/Framework/Servers/BaseOpenSimServer.cs +++ b/OpenSim/Framework/Servers/BaseOpenSimServer.cs @@ -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); } /// diff --git a/bin/startuplogo.txt b/bin/startuplogo.txt index 8b13789179..0d11e7725e 100644 --- a/bin/startuplogo.txt +++ b/bin/startuplogo.txt @@ -1 +1 @@ - +STARTUP COMPLETE