From dafea984aca2522dd2cb966976c3c8b1ae152361 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 23 Mar 2016 15:00:56 +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 09f8206e..d0845103 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2876,9 +2876,9 @@ namespace WebSocketSharp } if (url.IsNullOrEmpty ()) { + _logger.Warn ("The proxy url and credentials are set back to the default."); _proxyUri = null; _proxyCredentials = null; - _logger.Warn ("The proxy url and credentials were set back to the default."); return; }