Rename Aaru.Console to Aaru.Logging

This commit is contained in:
2025-08-17 06:11:22 +01:00
parent f2268c0bbb
commit 50061ca7d5
352 changed files with 12048 additions and 12048 deletions

View File

@@ -107,7 +107,7 @@ public partial class Device
Error = LastError != 0;
AaruConsole.Debug(SCSI_MODULE_NAME, Localization.FUJITSU_DISPLAY_took_0_ms, duration);
AaruLogging.Debug(SCSI_MODULE_NAME, Localization.FUJITSU_DISPLAY_took_0_ms, duration);
return sense;
}