From 7e136c67fd89f6c559420093acdee867967773bb Mon Sep 17 00:00:00 2001 From: Melanie Date: Wed, 21 Aug 2019 21:15:58 +0100 Subject: Call SetServer on consoles reflectively to avoid having type checks in places where it tends to be forgotten to update them. --- OpenSim/Framework/Console/RemoteConsole.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Framework/Console') diff --git a/OpenSim/Framework/Console/RemoteConsole.cs b/OpenSim/Framework/Console/RemoteConsole.cs index 16b4636..11006a9 100755 --- a/OpenSim/Framework/Console/RemoteConsole.cs +++ b/OpenSim/Framework/Console/RemoteConsole.cs @@ -46,6 +46,8 @@ namespace OpenSim.Framework.Console // public class RemoteConsole : CommandConsole { + private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); + // Connection specific data, indexed by a session ID // we create when a client connects. protected class ConsoleConnection -- cgit v1.1