mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Rename Aaru.Console to Aaru.Logging
This commit is contained in:
@@ -439,7 +439,7 @@ public sealed class ImageVerifyViewModel : ViewModelBase
|
||||
};
|
||||
});
|
||||
|
||||
AaruConsole.Verbose(UI.Checking_disc_image_checksums_took_0,
|
||||
AaruLogging.Verbose(UI.Checking_disc_image_checksums_took_0,
|
||||
chkStopwatch.Elapsed.Humanize(minUnit: TimeUnit.Second));
|
||||
}
|
||||
}
|
||||
@@ -611,7 +611,7 @@ public sealed class ImageVerifyViewModel : ViewModelBase
|
||||
chkStopwatch.Stop();
|
||||
}
|
||||
|
||||
AaruConsole.Verbose(UI.Checking_sector_checksums_took_0,
|
||||
AaruLogging.Verbose(UI.Checking_sector_checksums_took_0,
|
||||
chkStopwatch.Elapsed.Humanize(minUnit: TimeUnit.Second));
|
||||
|
||||
await Dispatcher.UIThread.InvokeAsync(() =>
|
||||
|
||||
Reference in New Issue
Block a user