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:
@@ -72,7 +72,7 @@ public sealed partial class XFS
|
||||
|
||||
Superblock xfsSb = Marshal.ByteArrayToStructureBigEndian<Superblock>(sbpiece);
|
||||
|
||||
AaruConsole.Debug(MODULE_NAME,
|
||||
AaruLogging.Debug(MODULE_NAME,
|
||||
Localization.magic_at_0_X3_equals_1_expected_2,
|
||||
location,
|
||||
xfsSb.magicnum,
|
||||
@@ -102,7 +102,7 @@ public sealed partial class XFS
|
||||
|
||||
Superblock xfsSb = Marshal.ByteArrayToStructureBigEndian<Superblock>(sector);
|
||||
|
||||
AaruConsole.Debug(MODULE_NAME,
|
||||
AaruLogging.Debug(MODULE_NAME,
|
||||
Localization.magic_at_0_equals_1_expected_2,
|
||||
location,
|
||||
xfsSb.magicnum,
|
||||
@@ -149,7 +149,7 @@ public sealed partial class XFS
|
||||
|
||||
xfsSb = Marshal.ByteArrayToStructureBigEndian<Superblock>(sbpiece);
|
||||
|
||||
AaruConsole.Debug(MODULE_NAME,
|
||||
AaruLogging.Debug(MODULE_NAME,
|
||||
Localization.magic_at_0_X3_equals_1_expected_2,
|
||||
location,
|
||||
xfsSb.magicnum,
|
||||
@@ -176,7 +176,7 @@ public sealed partial class XFS
|
||||
|
||||
xfsSb = Marshal.ByteArrayToStructureBigEndian<Superblock>(sector);
|
||||
|
||||
AaruConsole.Debug(MODULE_NAME,
|
||||
AaruLogging.Debug(MODULE_NAME,
|
||||
Localization.magic_at_0_equals_1_expected_2,
|
||||
location,
|
||||
xfsSb.magicnum,
|
||||
|
||||
Reference in New Issue
Block a user