Reporting eventual SCSI sense in sg-linux repeat loop

This commit is contained in:
Thomas Schmitt 2010-04-09 09:07:59 +00:00
parent e787d328c7
commit 2069ffa863
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -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)) { switch (scsi_error(d, s.sbp, s.sb_len_wr)) {
case RETRY: case RETRY:
done = 0; 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); scsi_log_cmd(c,fp,0);
}
break; break;
case FAIL: case FAIL:
done = 1; done = 1;