Reporting in SCSI log when commands get repeated

This commit is contained in:
Thomas Schmitt 2018-02-05 11:37:20 +01:00
rodzic 84fad99eba
commit c84889bb81
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -1 +1 @@
#define Cdrskin_timestamP "2018.02.05.103304"
#define Cdrskin_timestamP "2018.02.05.103650"

Wyświetl plik

@ -2231,6 +2231,10 @@ int sg_issue_command(struct burn_drive *d, struct command *c)
if (d->cancel)
break;
/* if ! done : loop for retry */;
if (!done && (burn_sg_log_scsi & 3)) {
scsi_log_text("+++ Repeating command", fp, 0);
scsi_log_cmd(c, fp, 0);
}
}
ret = 1;