From 6a8f5d6235518bd1df625fbe274f80bbcc80558d Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 11 Aug 2014 19:24:02 +0200 Subject: [PATCH] lib/download.c: debug output for binary diffs --- lib/download.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/download.c b/lib/download.c index 6f3fb30f..7d1d7dd0 100644 --- a/lib/download.c +++ b/lib/download.c @@ -323,6 +323,7 @@ xbps_fetch_delta(struct xbps_handle *xhp, const char *basefile, const char *uri, if (basefile == NULL || stat(xdelta, &xdelta_stat)) { goto fetch_delta_fallback; } + xbps_dbg_printf(xhp, "%s: found. Trying binary diff.\n", xdelta); basehash = xbps_file_hash(basefile); assert(basehash);