Skip to content

Commit 2ca8e5c

Browse files
leftwoAlan Hanson
and
Alan Hanson
authored
Log loops during crutest replay (#1674)
Co-authored-by: Alan Hanson <alan@oxide.computer>
1 parent 61c6688 commit 2ca8e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crutest/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2251,7 +2251,7 @@ async fn replay_workload(
22512251
generic_workload(volume, &mut generic_wtq, di, false, false).await?;
22522252

22532253
let res = dsc_client.dsc_start(stopped_ds).await;
2254-
println!("Replay: started {stopped_ds}, returned:{:?}", res);
2254+
println!("[{c}] Replay: started {stopped_ds}, returned:{:?}", res);
22552255

22562256
// Wait for all IO to finish before we continue
22572257
loop {

0 commit comments

Comments
 (0)