mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix log message when trimming found a blank block.
This commit is contained in:
@@ -67,7 +67,7 @@ namespace Aaru.Core.Devices.Dumping
|
||||
_resume.BadBlocks.Remove(badSector);
|
||||
|
||||
UpdateStatus?.Invoke($"Found blank block {badSector}.");
|
||||
_dumpLog.WriteLine("Found blank block {0} in pass {1}.", badSector);
|
||||
_dumpLog.WriteLine("Found blank block {0}.", badSector);
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user