Added SCSI opcode to output of revision 857
This commit is contained in:
parent
c6e767569c
commit
e82e1a6f19
@ -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) {
|
||||
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),
|
||||
" host_status= %xh , driver_status= %xh",
|
||||
(unsigned int) s.host_status,
|
||||
|
Loading…
Reference in New Issue
Block a user