From: Matthew Endsley Date: Wed, 3 Feb 2021 09:18:14 +0000 (-0800) Subject: Update error message to reflect new function source X-Git-Tag: 1.0.0~20^2~9 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=19b40860498b907df2b7f15fc7ea36aa7e7b66bd;p=rhonda%2Fimpostor.hazel.git Update error message to reflect new function source --- 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)