Downgraded severity of media overflow with -print_size
This commit is contained in:
parent
2b9293a54b
commit
5321beb8b8
@ -249,8 +249,12 @@ no_track:;
|
||||
Xorriso_process_msg_queues(xorriso,0);
|
||||
sprintf(xorriso->info_text,"Image size %ds exceeds free space on media %ds",
|
||||
img_sectors + padding, media_space);
|
||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FAILURE", 0);
|
||||
{ret= 0; goto ex;}
|
||||
if(flag & 1) {
|
||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "WARNING", 0);
|
||||
} else {
|
||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FAILURE", 0);
|
||||
{ret= 0; goto ex;}
|
||||
}
|
||||
}
|
||||
if(flag&1) {
|
||||
ret= multi_emul_blocks + img_sectors + padding;
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2013.08.16.153743"
|
||||
#define Xorriso_timestamP "2013.08.19.152714"
|
||||
|
Loading…
Reference in New Issue
Block a user