Improved MISHAP - SORRY mapping and tunneling

This commit is contained in:
2008-02-12 21:54:17 +00:00
parent a1c8a7438a
commit 4c2be49aa0
4 changed files with 73 additions and 7 deletions

View File

@ -4803,7 +4803,7 @@ int Xorriso_eval_problem_status(struct XorrisO *xorriso, int ret, int flag)
ret= 2;
} else if(xorriso->problem_status > 0) {
sprintf(xorriso->info_text,
"xorriso : ABORT : -abort_on '%s' encountered '%s'",
"xorriso : aborting : -abort_on '%s' encountered '%s'",
xorriso->abort_on_text, xorriso->problem_status_text);
if(!(flag&1))
Xorriso_info(xorriso, 0);/* submit not as problem event */