typos: success, successful (#13997)
This commit is contained in:
@@ -631,7 +631,7 @@ public class LxWebSocket {
|
||||
* This method sends a request to receive Miniserver configuration.
|
||||
*/
|
||||
private void authenticated() {
|
||||
logger.debug("[{}] Websocket authentication successfull.", debugId);
|
||||
logger.debug("[{}] Websocket authentication successful.", debugId);
|
||||
webSocketLock.lock();
|
||||
try {
|
||||
awaitingConfiguration = true;
|
||||
|
||||
Reference in New Issue
Block a user