Removed spurious fields on ATA error registers

This commit is contained in:
2017-12-23 02:00:31 +00:00
parent 9249a221fc
commit 01d34e1823
3 changed files with 0 additions and 10 deletions

View File

@@ -176,7 +176,6 @@ namespace DiscImageChef.Commands
errorRegisters.CylinderLow);
DicConsole.DebugWriteLine("Device-Info command", "DEVICE = 0x{0:X2}",
errorRegisters.DeviceHead);
DicConsole.DebugWriteLine("Device-Info command", "COMMAND = 0x{0:X2}", errorRegisters.Command);
DicConsole.DebugWriteLine("Device-Info command", "Error code = {0}", dev.LastError);
break;
}
@@ -241,7 +240,6 @@ namespace DiscImageChef.Commands
errorRegisters.CylinderLow);
DicConsole.DebugWriteLine("Device-Info command", "DEVICE = 0x{0:X2}",
errorRegisters.DeviceHead);
DicConsole.DebugWriteLine("Device-Info command", "COMMAND = 0x{0:X2}", errorRegisters.Command);
DicConsole.DebugWriteLine("Device-Info command", "Error code = {0}", dev.LastError);
break;
}