Skip to content

Commit

Permalink
[GIT shenanigans] Fix wrongly removed line in last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
claunia committed Apr 30, 2024
1 parent 0d140fa commit 5448b77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Aaru.Core/Devices/Dumping/XGD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,9 @@ void Xgd(Dictionary<MediaTagType, byte[]> mediaTags, MediaType dskType)
Humanize()));

UpdateStatus?.Invoke(string.Format(Localization.Core.Average_write_speed_0,
ByteSize.FromBytes(blockSize * (blocks + 1)).
Per(imageWriteDuration.Seconds()).
Humanize()));

_dumpLog.WriteLine(string.Format(Localization.Core.Dump_finished_in_0,
_dumpStopwatch.Elapsed.Humanize(minUnit: TimeUnit.Second)));
Expand Down

0 comments on commit 5448b77

Please sign in to comment.