diff options
Diffstat (limited to 'Common/OpenSim.Servers/CheckSumServer.cs')
-rw-r--r-- | Common/OpenSim.Servers/CheckSumServer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Common/OpenSim.Servers/CheckSumServer.cs b/Common/OpenSim.Servers/CheckSumServer.cs index b988202..14ac11b 100644 --- a/Common/OpenSim.Servers/CheckSumServer.cs +++ b/Common/OpenSim.Servers/CheckSumServer.cs | |||
@@ -44,7 +44,7 @@ namespace OpenSim.Servers | |||
44 | { | 44 | { |
45 | public class CheckSumServer : UDPServerBase | 45 | public class CheckSumServer : UDPServerBase |
46 | { | 46 | { |
47 | //protected ConsoleBase m_console; | 47 | //protected ConsoleBase m_log; |
48 | 48 | ||
49 | public CheckSumServer(int port) | 49 | public CheckSumServer(int port) |
50 | : base(port) | 50 | : base(port) |
@@ -127,7 +127,7 @@ namespace OpenSim.Servers | |||
127 | } | 127 | } |
128 | catch (Exception) | 128 | catch (Exception) |
129 | { | 129 | { |
130 | OpenSim.Framework.Console.MainConsole.Instance.WriteLine(OpenSim.Framework.Console.LogPriority.MEDIUM, "OpenSimClient.cs:ProcessOutPacket() - WARNING: Socket exception occurred on connection "); | 130 | OpenSim.Framework.Console.MainLog.Instance.Warn("OpenSimClient.cs:ProcessOutPacket() - WARNING: Socket exception occurred on connection "); |
131 | 131 | ||
132 | } | 132 | } |
133 | } | 133 | } |