From 72dde4ac0b1c8f1c4b32b295a4840f0872e18cd0 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Fri, 16 Nov 2018 14:35:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20Improve=20xdelta3=20error=20mess?= =?UTF-8?q?aging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/xdelta3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdelta3.c b/src/xdelta3.c index 2eb8cb4..9c3c4b8 100644 --- a/src/xdelta3.c +++ b/src/xdelta3.c @@ -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(); } }