Changed severity of missing -list_format data from FAILURE to SORRY

This commit is contained in:
Thomas Schmitt 2014-03-06 07:59:17 +00:00
parent 80ed1eba09
commit 5d81043cda
2 changed files with 2 additions and 2 deletions

View File

@ -1499,7 +1499,7 @@ int Xorriso_list_formats(struct XorrisO *xorriso, int flag)
&num_formats);
if(ret<=0) {
sprintf(xorriso->info_text, "Cannot obtain format list info");
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FAILURE", 0);
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "SORRY", 0);
ret= 0; goto ex;
}
ret= Xorriso_toc(xorriso, 3);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2014.03.04.165750"
#define Xorriso_timestamP "2014.03.06.075858"