mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix last debug line
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
8c8de7d967
commit
fd2ecd773c
@ -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;
|
||||
})();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user