From 19b40860498b907df2b7f15fc7ea36aa7e7b66bd Mon Sep 17 00:00:00 2001 From: Matthew Endsley Date: Wed, 3 Feb 2021 01:18:14 -0800 Subject: [PATCH] Update error message to reflect new function source --- Hazel/FewerThreads/ThreadLimitedUdpConnectionListener.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hazel/FewerThreads/ThreadLimitedUdpConnectionListener.cs b/Hazel/FewerThreads/ThreadLimitedUdpConnectionListener.cs index d3b9fa5..bf7555e 100644 --- a/Hazel/FewerThreads/ThreadLimitedUdpConnectionListener.cs +++ b/Hazel/FewerThreads/ThreadLimitedUdpConnectionListener.cs @@ -205,7 +205,7 @@ namespace Hazel.Udp.FewerThreads catch (SocketException sx) { message.Recycle(); - this.Logger.WriteError("Socket Ex in StartListening: " + sx.Message); + this.Logger.WriteError("Socket Ex in ReceiveLoop: " + sx.Message); continue; } catch (Exception ex) -- 2.39.5