mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix number of arguments in debug output, again.
This commit is contained in:
@@ -383,7 +383,7 @@ namespace DiscImageChef.Devices
|
||||
|
||||
DicConsole.DebugWriteLine("SCSI Device",
|
||||
"READ DISC INFORMATION (Data Type: {1}, Sense: {2}, Last Error: {3}) took {0} ms.",
|
||||
duration, sense, LastError);
|
||||
duration, dataType, sense, LastError);
|
||||
|
||||
return sense;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user