Skip to content

Commit

Permalink
correct lead-in term used
Browse files Browse the repository at this point in the history
  • Loading branch information
superg committed Dec 3, 2022
1 parent b74b856 commit b792717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion split.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ void redumper_split(const Options &options)

s.tracks.insert(s.tracks.begin(), t_00);

LOG("warning: pre-gap contains non-zero data (session: {}, sectors: {}/{})", s.session_number, nonzero_count, leadin_end - leadin_start);
LOG("warning: lead-in contains non-zero data (session: {}, sectors: {}/{})", s.session_number, nonzero_count, leadin_end - leadin_start);
}
}

Expand Down

0 comments on commit b792717

Please sign in to comment.