Changed severity of missing -list_format data from FAILURE to SORRY
This commit is contained in:
parent
80ed1eba09
commit
5d81043cda
@ -1499,7 +1499,7 @@ int Xorriso_list_formats(struct XorrisO *xorriso, int flag)
|
|||||||
&num_formats);
|
&num_formats);
|
||||||
if(ret<=0) {
|
if(ret<=0) {
|
||||||
sprintf(xorriso->info_text, "Cannot obtain format list info");
|
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= 0; goto ex;
|
||||||
}
|
}
|
||||||
ret= Xorriso_toc(xorriso, 3);
|
ret= Xorriso_toc(xorriso, 3);
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2014.03.04.165750"
|
#define Xorriso_timestamP "2014.03.06.075858"
|
||||||
|
Loading…
Reference in New Issue
Block a user