Corrected message about isolinux patch option

This commit is contained in:
Thomas Schmitt 2008-02-11 11:29:59 +00:00
parent 74e691e355
commit fc23ab6972
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.02.11.094742"
#define Xorriso_timestamP "2008.02.11.112917"

View File

@ -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) {