Fixed a bug introduced with previous revision
This commit is contained in:
parent
25bb7ac7a6
commit
0be92eac84
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2014.09.01.161217"
|
||||
#define Cdrskin_timestamP "2014.09.01.183908"
|
||||
|
@ -1608,8 +1608,8 @@ int scsi_notify_error(struct burn_drive *d, struct command *c,
|
||||
scsi_command_name((unsigned int) c->opcode[0], 0));
|
||||
strcat(msg, scsi_msg);
|
||||
ret = libdax_msgs_submit(libdax_messenger, d->global_index, 0x0002010f,
|
||||
(flag & 2) || d->silent_on_scsi_error == 3 ?
|
||||
LIBDAX_MSGS_SEV_DEBUG : LIBDAX_MSGS_SEV_FAILURE,
|
||||
(flag & 2) && d->silent_on_scsi_error != 3 ?
|
||||
LIBDAX_MSGS_SEV_FAILURE : LIBDAX_MSGS_SEV_DEBUG,
|
||||
LIBDAX_MSGS_PRIO_HIGH, msg,0,0);
|
||||
ex:;
|
||||
BURN_FREE_MEM(msg);
|
||||
|
Loading…
Reference in New Issue
Block a user