mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added debug printing of ExtentsFiles.
This commit is contained in:
@@ -286,6 +286,11 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
xmlFSType.VolumeName = mddf.volname;
|
||||
xmlFSType.VolumeSerial = String.Format("{0:X16}", mddf.volid);
|
||||
|
||||
if(debug)
|
||||
{
|
||||
printedExtents = new List<short>();
|
||||
}
|
||||
|
||||
return Errno.NoError;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user