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;