mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
More colorization.
This commit is contained in:
@@ -1532,7 +1532,7 @@ public static class CompactDisc
|
||||
sector,
|
||||
(long)blocks);
|
||||
|
||||
AaruLogging.WriteLine($"Generating subchannel for sector {sector}.");
|
||||
AaruLogging.WriteLine(string.Format(Localization.Core.Generating_subchannel_for_sector_0, sector));
|
||||
|
||||
byte[] sub = Subchannel.Generate(sector, track?.Sequence ?? 0, (int)pregap, (int)trackStart, flags, index);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user