[GIT shenanigans] Fix wrongly removed line in last commit.

This commit is contained in:
2024-04-30 03:26:07 +01:00
parent 0d140fac3a
commit 5448b77ea8

View File

@@ -971,6 +971,9 @@ partial class Dump
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)));