mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Removed spurious debug message.
This commit is contained in:
@@ -203,7 +203,6 @@ namespace DiscImageChef.Filesystems
|
||||
if(sbLocation <= partition.End)
|
||||
{
|
||||
sector = imagePlugin.ReadSector(sbLocation);
|
||||
System.Console.WriteLine("Searching for superblock on sector {0}", sbLocation);
|
||||
FossilSuperBlock fsb = BigEndianMarshal.ByteArrayToStructureBigEndian<FossilSuperBlock>(sector);
|
||||
|
||||
DicConsole.DebugWriteLine("Fossil plugin", "magic 0x{0:X8} (expected 0x{1:X8})", fsb.magic, Fossil_SbMagic);
|
||||
|
||||
Reference in New Issue
Block a user