Added debug printing of ExtentsFiles.

This commit is contained in:
2016-07-27 03:03:08 +01:00
parent 95a7bc96a0
commit 3c8f20a5c0
3 changed files with 65 additions and 0 deletions

View File

@@ -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;
}
}