mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Display erased tracks a bit more gracefully.
This commit is contained in:
@@ -76,7 +76,8 @@ void writeTracksAndVerify(FluxSink& fluxSink,
|
||||
Logger() << BeginWriteOperationLogMessage{cylinder, head};
|
||||
fluxmap.reset(new Fluxmap());
|
||||
fluxSink.writeFlux(cylinder, head, *fluxmap);
|
||||
Logger() << EndWriteOperationLogMessage();
|
||||
Logger() << EndWriteOperationLogMessage()
|
||||
<< fmt::format("erased");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user