mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Switch from Logger() to log().
This commit is contained in:
@@ -24,12 +24,11 @@ public:
|
||||
|
||||
if (geometry.numTracks * trackSize == 0)
|
||||
{
|
||||
Logger()
|
||||
<< "RAW: no sectors in output; skipping image file generation.";
|
||||
log("RAW: no sectors in output; skipping image file generation.");
|
||||
return;
|
||||
}
|
||||
|
||||
Logger() << fmt::format("RAW: writing {} tracks, {} sides",
|
||||
log("RAW: writing {} tracks, {} sides",
|
||||
geometry.numTracks,
|
||||
geometry.numSides);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user