From 8084f972f126a35cb6b7fcb782b978051ef85f07 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 3 Feb 2018 03:17:41 +0000 Subject: [PATCH] Added TODO for dumping. --- DiscImageChef.Core/Devices/Dumping/CompactDisc.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DiscImageChef.Core/Devices/Dumping/CompactDisc.cs b/DiscImageChef.Core/Devices/Dumping/CompactDisc.cs index 441bce7f..9d6ec5f2 100644 --- a/DiscImageChef.Core/Devices/Dumping/CompactDisc.cs +++ b/DiscImageChef.Core/Devices/Dumping/CompactDisc.cs @@ -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;