Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Jul 17, 2024
1 parent 916afd0 commit d3e4ad8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ pub fn commit_plan(file_path: &str, operations: &[Operation], dry_run: bool) ->
for op in operations {
let middle_msg = if op.is_middle { "(middle) " } else { "" };
log::info!(
"{} - {}Output chunk {}-{}",
"{} - {}Output chunk {} - {}-{}",
op.chunk_no,
step_no,
middle_msg,
op.data_chunk.0,
Expand Down

0 comments on commit d3e4ad8

Please sign in to comment.