From fd2ecd773cf03e58c90d0764885cc500e923b7da Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 28 Apr 2022 09:41:38 -0400 Subject: [PATCH] fix last debug line Signed-off-by: Sebastian Malton --- src/main/cluster-manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cluster-manager.ts b/src/main/cluster-manager.ts index 776a73af99..498884785d 100644 --- a/src/main/cluster-manager.ts +++ b/src/main/cluster-manager.ts @@ -168,7 +168,7 @@ export class ClusterManager extends Singleton { return entity.status.phase; } - logger.debug(`${logPrefix} not clearing entity ${entity.getName()} DISCONNECTED, reason=""`); + logger.debug(`${logPrefix} setting entity ${entity.getName()} to DISCONNECTED, reason="fallthrough"`); return LensKubernetesClusterStatus.DISCONNECTED; })();