📄 Improve xdelta3 error messaging

This commit is contained in:
C-3PO 2018-11-16 14:35:35 +01:00
parent 488e49b6b2
commit 72dde4ac0b
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

View file

@ -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();
}
}