lib/download.c: debug output for binary diffs

This commit is contained in:
Enno Boland 2014-08-11 19:24:02 +02:00
parent f0f8534273
commit 6a8f5d6235

View File

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