aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Auvolat <lx@deuxfleurs.fr>2025-01-30 15:38:22 +0100
committerAlex Auvolat <lx@deuxfleurs.fr>2025-01-30 15:38:22 +0100
commit076ce04fe53123c5046f356e2b164a8093be2dfe (patch)
treed9ee956f7aea1e06660ded22d707ef4e8267b207 /src
parentf37d5d2b08b008eba7b1ee8d84b08d5fddeabf78 (diff)
downloadgarage-076ce04fe53123c5046f356e2b164a8093be2dfe.tar.gz
garage-076ce04fe53123c5046f356e2b164a8093be2dfe.zip
fix garage status output
Diffstat (limited to 'src')
-rw-r--r--src/garage/cli_v2/cluster.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/garage/cli_v2/cluster.rs b/src/garage/cli_v2/cluster.rs
index 0b5b9559..fa63960d 100644
--- a/src/garage/cli_v2/cluster.rs
+++ b/src/garage/cli_v2/cluster.rs
@@ -71,7 +71,7 @@ impl Cli {
_ => "NO ROLE ASSIGNED",
};
healthy_nodes.push(format!(
- "{id:?}\t{h}\t{addr}\t\t\t{new_role}",
+ "{id:.16}\t{h}\t{addr}\t\t\t{new_role}",
id = adv.id,
h = host,
addr = addr,