📄 Improve xdelta3 error messaging
This commit is contained in:
parent
488e49b6b2
commit
72dde4ac0b
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ process:
|
|||
goto process;
|
||||
}
|
||||
default: {
|
||||
fprintf(stderr, "ERROR: !!! INVALID %s %d !!!\n", stream.msg, returnValue);
|
||||
fprintf(stderr, "Error in xdelta3: %s (%s)\n", stream.msg, xd3_strerror(returnValue));
|
||||
errorAndExit();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue