Added SCSI opcode to output of revision 857

This commit is contained in:
Thomas Schmitt 2007-05-22 16:51:15 +00:00
parent 83e196d69f
commit 15a70555b2
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.05.22.154504"
#define Cdrskin_timestamP "2007.05.22.164850"

View File

@ -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,