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

This commit is contained in:
Thomas Schmitt 2008-09-19 12:27:43 +00:00
parent 07a137d64c
commit cd999a3661
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.09.19.104424"
#define Xorriso_timestamP "2008.09.19.122656"

View File

@ -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;
}
}