Reporting (still cryptic) details about refusal to blank
This commit is contained in:
parent
fcd9811676
commit
ad2b3341ab
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2012.10.02.134821"
|
#define Cdrskin_timestamP "2012.10.24.095725"
|
||||||
|
@ -395,11 +395,16 @@ void burn_disc_erase(struct burn_drive *drive, int fast)
|
|||||||
||
|
||
|
||||||
(drive->drive_role != 1 && drive->drive_role != 5)
|
(drive->drive_role != 1 && drive->drive_role != 5)
|
||||||
) {
|
) {
|
||||||
|
char msg[160];
|
||||||
|
|
||||||
|
sprintf(msg, "Drive and media state unsuitable for blanking. (role= %d , profile= 0x%x , status= %d)",
|
||||||
|
drive->drive_role,
|
||||||
|
(unsigned int) drive->current_profile,
|
||||||
|
drive->status);
|
||||||
libdax_msgs_submit(libdax_messenger, drive->global_index,
|
libdax_msgs_submit(libdax_messenger, drive->global_index,
|
||||||
0x00020130,
|
0x00020130,
|
||||||
LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH,
|
LIBDAX_MSGS_SEV_SORRY, LIBDAX_MSGS_PRIO_HIGH,
|
||||||
"Drive and media state unsuitable for blanking",
|
msg, 0, 0);
|
||||||
0, 0);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user