2
0
Derivar 0

Reporting eventual SCSI sense in sg-linux repeat loop

Este cometimento está contido em:
Thomas Schmitt 2010-04-09 09:07:59 +00:00
ascendente e787d328c7
cometimento 2069ffa863
2 ficheiros modificados com 5 adições e 2 eliminações

Ver ficheiro

@ -1 +1 @@
#define Cdrskin_timestamP "2010.04.04.181237"
#define Cdrskin_timestamP "2010.04.09.090645"

Ver ficheiro

@ -1928,8 +1928,11 @@ int sg_issue_command(struct burn_drive *d, struct command *c)
switch (scsi_error(d, s.sbp, s.sb_len_wr)) {
case RETRY:
done = 0;
if (burn_sg_log_scsi & 3)
if (burn_sg_log_scsi & 3) {
scsi_log_err(c, fp, s.sbp, s.duration,
c->error != 0);
scsi_log_cmd(c,fp,0);
}
break;
case FAIL:
done = 1;