From 684726678117cfb6fd98fb06911c9f9f0ca16942 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 14 Aug 2016 14:08:53 +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 c1e25409..6ffa5307 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2866,7 +2866,7 @@ namespace WebSocketSharp } if (username.IsNullOrEmpty ()) { - _logger.Warn ("The credentials are set back to the default."); + _logger.Warn ("The credentials are initialized."); _credentials = null; _preAuth = false;