Skip to content

Commit

Permalink
Log the fact of chunk renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Sep 9, 2024
1 parent b15dd6d commit 12ea5b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions markut.go
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,7 @@ func ffmpegCutChunk(context EvalContext, chunk Chunk) error {
return err
}

fmt.Printf("INFO: Rename %s -> %s\n", unfinishedChunkName, chunk.Name());
return os.Rename(unfinishedChunkName, chunk.Name())
}

Expand Down

0 comments on commit 12ea5b2

Please sign in to comment.