Skip to content

Commit 8a4e44a

Browse files
committed
[Modify] Polish it
1 parent e1ed67d commit 8a4e44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websocket-sharp/WebSocket.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,9 +834,9 @@ private bool accept ()
834834

835835
if (_readyState == WebSocketState.Closed) {
836836
var msg = "The connection has been closed.";
837+
837838
_logger.Error (msg);
838839

839-
msg = "An interruption has occurred while attempting to accept.";
840840
error (msg, null);
841841

842842
return false;

0 commit comments

Comments
 (0)