Corrected message about isolinux patch option
This commit is contained in:
parent
5f67e789ed
commit
3b3be3d857
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2008.02.11.094742"
|
||||
#define Xorriso_timestamP "2008.02.11.112917"
|
||||
|
@ -763,7 +763,7 @@ int Xorriso_write_session(struct XorrisO *xorriso, int flag)
|
||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
|
||||
} else {
|
||||
sprintf(xorriso->info_text,
|
||||
"Could not find any boot image for -patch_isolinux_image");
|
||||
"Could not find any boot image for -boot_image isolinux patch");
|
||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "WARNING", 0);
|
||||
}
|
||||
} else if(xorriso->keep_boot_image) {
|
||||
|
Loading…
Reference in New Issue
Block a user