]> git.deb.at Git - rhonda/impostor.hazel.git/commitdiff
Update error message to reflect new function source
authorMatthew Endsley <mendsley@gmail.com>
Wed, 3 Feb 2021 09:18:14 +0000 (01:18 -0800)
committerMatthew Endsley <mendsley@gmail.com>
Wed, 3 Feb 2021 22:40:54 +0000 (14:40 -0800)
Hazel/FewerThreads/ThreadLimitedUdpConnectionListener.cs

index d3b9fa53d04233486a009758232906b92b092fe6..bf7555ebc6af5eaf9e20423126e6f172b8a76cbc 100644 (file)
@@ -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)