Reporting in SCSI log when commands get repeated

这个提交包含在:
Thomas Schmitt 2018-02-05 11:37:20 +01:00
父节点 84fad99eba
当前提交 c84889bb81
共有 2 个文件被更改,包括 5 次插入1 次删除

查看文件

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

查看文件

@ -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;