Made -abort_on and -report_about preemptive if given as dashed start arguments

This commit is contained in:
2008-02-03 18:13:59 +00:00
parent f45620febc
commit 36430e6e15
4 changed files with 31 additions and 9 deletions

View File

@ -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");