From 302cc816b56f8128a197774971a7aefac15406ab Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 22 Mar 2016 15:31:54 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/WebSocket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 268716e1..731f9ff8 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2823,9 +2823,9 @@ namespace WebSocketSharp } if (username.IsNullOrEmpty ()) { + _logger.Warn ("The credentials are set back to the default."); _credentials = null; _preAuth = false; - _logger.Warn ("The credentials were set back to the default."); return; }