From 15a70555b29d9ff0b48ed6324225c56bb9522a61 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 22 May 2007 16:51:15 +0000 Subject: [PATCH] Added SCSI opcode to output of revision 857 --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/sg-linux.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index ae70214..620139a 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2007.05.22.154504" +#define Cdrskin_timestamP "2007.05.22.164850" diff --git a/libburn/sg-linux.c b/libburn/sg-linux.c index 33c4662..5a6d653 100644 --- a/libburn/sg-linux.c +++ b/libburn/sg-linux.c @@ -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,