mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -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