diff --git a/xorriso/read_run.c b/xorriso/read_run.c index ba4b0301..d23f8ab5 100644 --- a/xorriso/read_run.c +++ b/xorriso/read_run.c @@ -641,6 +641,8 @@ probably_damaged:; goto ignored; } else { + if(ISO_NODE_IS_BOOTCAT(node)) + what= "boot catalog"; sprintf(xorriso->info_text, "Cannot restore file type '%s'", what); Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "SORRY", 0); ret= 0; goto ex; @@ -954,7 +956,7 @@ int Xorriso_restore_disk_object(struct XorrisO *xorriso, restoring_failed:; sprintf(xorriso->info_text, "Restoring failed: %s = %s", Text_shellsafe(img_path,sfe,0), Text_shellsafe(disk_path,sfe2,0)); - Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FAILURE", 0); + Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "SORRY", 0); {ret= 0; goto ex;} } if(ret==2) diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index f3fc4e68..e966a10b 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2011.04.27.143713" +#define Xorriso_timestamP "2011.04.27.150829"