Changed WARNING about non-writeable media to NOTE severity of blank messages

master
Thomas Schmitt 15 years ago
parent 07a137d64c
commit cd999a3661

@ -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…
Cancel
Save