mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Be more verbose in debug messages on READ CD and Plextor READ CD-DA.
This commit is contained in:
@@ -439,7 +439,10 @@ namespace DiscImageChef.Devices
|
||||
|
||||
Error = LastError != 0;
|
||||
|
||||
DicConsole.DebugWriteLine("SCSI Device", "READ CD took {0} ms.", duration);
|
||||
DicConsole.DebugWriteLine("SCSI Device",
|
||||
"READ CD (LBA: {1}, Block Size: {2}, Transfer Length: {3}, Expected Sector Type: {4}, DAP: {5}, Relative Address: {6}, Sync: {7}, Headers: {8}, User Data: {9}, ECC/EDC: {10}, C2: {11}, Subchannel: {12}, Sense: {13}, Last Error: {14}) took {0} ms.",
|
||||
duration, lba, blockSize, transferLength, expectedSectorType, dap, relAddr, sync,
|
||||
headerCodes, userData, edcEcc, c2Error, subchannel, sense, LastError);
|
||||
|
||||
return sense;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user