Skip to content

Commit 791886a

Browse files
committed
omdb output tweaks
1 parent a1c52ba commit 791886a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dev-tools/omdb/src/bin/omdb/nexus/quiesce.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,10 @@ async fn quiesce_show(
162162
recovered_reassignment_generation,
163163
} = sagas;
164164

165-
println!("saga quiesce: {:?}", new_sagas_allowed);
165+
println!("saga quiesce:");
166+
println!(" new sagas: {:?}", new_sagas_allowed);
166167
println!(
167-
"drained as of blueprint: {}",
168+
" drained as of blueprint: {}",
168169
drained_blueprint_id
169170
.map(|s| s.to_string())
170171
.as_deref()
@@ -187,7 +188,7 @@ async fn quiesce_show(
187188
println!(
188189
" reassignment generation: {} (pass running: {})",
189190
reassignment_generation,
190-
if reassignment_pending { "yes" } else { "no " }
191+
if reassignment_pending { "yes" } else { "no" }
191192
);
192193
println!(" recovered generation: {}", recovered_reassignment_generation);
193194
println!(

0 commit comments

Comments
 (0)