Added TODO for dumping.

This commit is contained in:
2018-02-03 03:17:41 +00:00
parent ac7f760a77
commit 8084f972f1

View File

@@ -776,6 +776,8 @@ namespace DiscImageChef.Core.Devices.Dumping
(double)blockSize * (double)(blocks + 1) / 1024 / imageWriteDuration);
#region Compact Disc Error handling
// TODO: Pass 0 should be called differently, splitting, or something like that, because we are just
// separating skipped good sectors from really bad sectors and it's getting too chatty on log there...
if(resume.BadBlocks.Count > 0 && !aborted)
{
int pass = 0;