Changed WARNING about non-writeable media to NOTE severity of blank messages
This commit is contained in:
parent
09db3b4875
commit
7fb90ba830
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.09.19.104424"
|
||||
#define Xorriso_timestamP "2008.09.19.122656"
|
||||
|
@ -522,7 +522,7 @@ int Xorriso_aquire_drive(struct XorrisO *xorriso, char *adr, int flag)
|
||||
{ret= -1; goto ex;}
|
||||
if(state != BURN_DISC_BLANK && state != BURN_DISC_APPENDABLE) {
|
||||
sprintf(xorriso->info_text, "Disc status unsuitable for writing");
|
||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "WARNING", 0);
|
||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
|
||||
not_writeable= 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user