diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/garage/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/garage/cli.rs b/src/garage/cli.rs index a88bd84e..3f3a255f 100644 --- a/src/garage/cli.rs +++ b/src/garage/cli.rs @@ -371,7 +371,7 @@ pub async fn cmd_status(rpc_cli: &Endpoint<SystemRpc, ()>, rpc_host: NodeID) -> )); } else { healthy_nodes.push(format!( - "{id:?}\t{h}\t{addr}\tUNCONFIGURED/REMOVED", + "{id:?}\t{h}\t{addr}\tNO ROLE ASSIGNED", id = adv.id, h = adv.status.hostname, addr = adv.addr, |