Human readable error message for 3 32 00
This commit is contained in:
parent
44f064fea0
commit
406a0e7747
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2014.12.29.105910"
|
||||
#define Cdrskin_timestamP "2015.03.08.073635"
|
||||
|
@ -1363,6 +1363,12 @@ enum response scsi_error_msg(struct burn_drive *d, unsigned char *sense,
|
||||
else
|
||||
break;
|
||||
goto return_fail;
|
||||
case 0x32:
|
||||
if (*ascq == 0)
|
||||
sprintf(msg, "No defect spare location available");
|
||||
else
|
||||
break;
|
||||
goto return_fail;
|
||||
case 0x3A:
|
||||
if (*ascq == 0)
|
||||
sprintf(msg, "Medium not present");
|
||||
|
Loading…
Reference in New Issue
Block a user