File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
dev-tools/omdb/src/bin/omdb/nexus Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -162,9 +162,10 @@ async fn quiesce_show(
162
162
recovered_reassignment_generation,
163
163
} = sagas;
164
164
165
- println ! ( "saga quiesce: {:?}" , new_sagas_allowed) ;
165
+ println ! ( "saga quiesce:" ) ;
166
+ println ! ( " new sagas: {:?}" , new_sagas_allowed) ;
166
167
println ! (
167
- "drained as of blueprint: {}" ,
168
+ " drained as of blueprint: {}" ,
168
169
drained_blueprint_id
169
170
. map( |s| s. to_string( ) )
170
171
. as_deref( )
@@ -187,7 +188,7 @@ async fn quiesce_show(
187
188
println ! (
188
189
" reassignment generation: {} (pass running: {})" ,
189
190
reassignment_generation,
190
- if reassignment_pending { "yes" } else { "no " }
191
+ if reassignment_pending { "yes" } else { "no" }
191
192
) ;
192
193
println ! ( " recovered generation: {}" , recovered_reassignment_generation) ;
193
194
println ! (
You can’t perform that action at this time.
0 commit comments