@@ -42,7 +42,7 @@ root:table {
4242 30200I:string { "Failed to execute SG_IO ioctl, opcode = %02x (%d)." }
4343 30201D:string { "CDB check condition: sense = %06x, %s." }
4444 30202D:string { "CDB %s." }
45- 30203I:string { "CDB unexpected status: S = 0x%02x, M = 0x02%x " }
45+ 30203I:string { "CDB unexpected status: S = 0x%02x, M = 0x%02x " }
4646 30204D:string { "%s (0x%02x) expected error %d." }
4747 30205I:string { "%s (0x%02x) returns %d." }
4848 30206I:string { "Cannot open device: inquiry failed (%d)." }
@@ -83,7 +83,7 @@ root:table {
8383 30241E:string { "Invalid scsi_lbprotect option: %s." }
8484 30242E:string { "Encryption method of the drive is not AME but %s (0x%02X)." }
8585 30243E:string { "Encryption feature is not supported on the drive: %d." }
86- 30244I:string { "CDB unexpected status: H = 0x%02x, D = 0x02%x " }
86+ 30244I:string { "CDB unexpected status: H = 0x%02x, D = 0x%02x " }
8787 30245D:string { "Tape device returns %d, ignore for buffered sense cleaning." }
8888 30246I:string { "Connection down is detected, try to reconnect (%s)." }
8989 30247I:string { "No alternate device is found for drive %s." }
@@ -100,7 +100,7 @@ root:table {
100100 30258W:string { "Cannot retrieve drive dump: failed to read buffer (%d)." }
101101 30259W:string { "Cannot retrieve drive dump: failed to write to dump file (%d)." }
102102 30260W:string { "Cannot retrieve drive dump: wrote %d bytes out, expected %d." }
103- 30261W:string { "Cannot retrieve drive dump: failed to write to communicate with drive. Tried (%d) times." }
103+ 30261W:string { "Cannot retrieve drive dump: failed to communicate with drive. Tried (%d) times." }
104104 30261I:string { "Taking drive dump in buffer." }
105105 30262I:string { "Forcing drive dump." }
106106 30263I:string { "%s returns %s (%d) %s." }
@@ -121,9 +121,9 @@ root:table {
121121 30278I:string { "Retrying the %s operation at (%u, %llu)." }
122122 30279I:string { "Retrying the %s operation at (%u, %llu) with skip back, because the command was already run (%u, %llu)." }
123123 30280W:string { "Unexpected current position for %s operation (%d). (%u, %llu), (%u, %llu) ." }
124- 30281W:string { "Position confirmation for %s operation retry is failed (%d). (%u, %llu), (%u, %llu)." }
124+ 30281W:string { "Position confirmation for %s operation retry has failed (%d). (%u, %llu), (%u, %llu)." }
125125 30282W:string { "Unexpected position after skip back for a %s operation. (%u, %llu), (%u, %llu)." }
126- 30283W:string { "Skip back for %s operation is failed (%d). (%u, %llu), (%u, %llu)." }
126+ 30283W:string { "Skip back for %s operation has failed (%d). (%u, %llu), (%u, %llu)." }
127127 30284I:string { "Cannot get the reserved buffer size of %s." }
128128 30285I:string { "The reserved buffer size of %s is %d." }
129129 30286I:string { "Failed to get the cartridge status. The cartridge is not loaded." }
0 commit comments