Added SCSI opcode to output of revision 857
This commit is contained in:
parent
83e196d69f
commit
15a70555b2
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2007.05.22.154504"
|
#define Cdrskin_timestamP "2007.05.22.164850"
|
||||||
|
@ -1242,7 +1242,9 @@ ex:;
|
|||||||
s.driver_status != Libburn_sg_driver_oK) {
|
s.driver_status != Libburn_sg_driver_oK) {
|
||||||
char msg[161];
|
char msg[161];
|
||||||
|
|
||||||
sprintf(msg,"SCSI command indicates host or driver error:");
|
sprintf(msg,
|
||||||
|
"SCSI command %2.2Xh indicates host or driver error:",
|
||||||
|
(unsigned int) c->opcode[0]);
|
||||||
sprintf(msg+strlen(msg),
|
sprintf(msg+strlen(msg),
|
||||||
" host_status= %xh , driver_status= %xh",
|
" host_status= %xh , driver_status= %xh",
|
||||||
(unsigned int) s.host_status,
|
(unsigned int) s.host_status,
|
||||||
|
Loading…
Reference in New Issue
Block a user