Made -abort_on and -report_about preemptive if given as dashed start arguments
This commit is contained in:
@ -185,7 +185,7 @@ LIBISOBURN_MISCONFIGURATION_ = 0;
|
||||
Xorriso_process_msg_queues(xorriso,0);
|
||||
if(reason[0]) {
|
||||
sprintf(xorriso->info_text, "%s", reason);
|
||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
|
||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "DEBUG", 0);
|
||||
}
|
||||
|
||||
sprintf(xorriso->info_text, "Library startup done.\n");
|
||||
|
Reference in New Issue
Block a user