Obeying burn_set_scsi_logging() with errors of class RETRY
This commit is contained in:
@ -966,7 +966,7 @@ int sg_issue_command(struct burn_drive *d, struct command *c)
|
||||
measurement. Then remove bit1 */
|
||||
scsi_log_err(c, fp, c->sense,
|
||||
sense_len > 0 ? sense_len : 18,
|
||||
0, (c->error != 0) | 2);
|
||||
0, 1 | 2);
|
||||
scsi_log_cmd(c,fp,0);
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user