From d48aaee5d97713d4eb6ebfd6302a496e7ab74f33 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 17 Oct 2021 23:51:25 +0100 Subject: [PATCH] change filename to robuststartuplogo.txt on last commit, also in code --- OpenSim/Server/ServerMain.cs | 8 ++------ bin/robuststartuplogo.txt | 0 2 files changed, 2 insertions(+), 6 deletions(-) create mode 100644 bin/robuststartuplogo.txt diff --git a/OpenSim/Server/ServerMain.cs b/OpenSim/Server/ServerMain.cs index cc10a67392..b57580b6d8 100644 --- a/OpenSim/Server/ServerMain.cs +++ b/OpenSim/Server/ServerMain.cs @@ -32,7 +32,6 @@ using System; using System.IO; using System.Net; using System.Net.Security; -using System.Runtime; using System.Security.Cryptography.X509Certificates; using System.Collections.Generic; using OpenSim.Framework; @@ -40,15 +39,12 @@ using OpenSim.Framework.Servers; using OpenSim.Framework.Servers.HttpServer; using OpenSim.Server.Base; using OpenSim.Server.Handlers.Base; -using Mono.Addins; namespace OpenSim.Server { public class OpenSimServer { - private static readonly ILog m_log = - LogManager.GetLogger( - MethodBase.GetCurrentMethod().DeclaringType); + private static readonly ILog m_log = LogManager.GetLogger( MethodBase.GetCurrentMethod().DeclaringType); protected static HttpServerBase m_Server = null; protected static List m_ServiceConnectors = new List(); @@ -211,7 +207,7 @@ namespace OpenSim.Server } } - PrintFileToConsole("startuplogo_server.txt"); + PrintFileToConsole("robuststartuplogo.txt"); loader = new PluginLoader(m_Server.Config, registryLocation); diff --git a/bin/robuststartuplogo.txt b/bin/robuststartuplogo.txt new file mode 100644 index 0000000000..e69de29bb2