Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add debug information about which file is loaded from cache
Baptiste Daroussin committed 11 years ago
commit c53326a24f1c138aeaec1f35cc9e8fb552b32e87
parent c404e4d
1 file changed +1 -0
modified libpkg/repo/binary/query.c
@@ -374,6 +374,7 @@ pkg_repo_binary_ensure_loaded(struct pkg_repo *repo,
		pkg_manifest_keys_new(&keys);
		pkg_repo_cached_name(pkg, path, sizeof(path));

+
		pkg_debug(1, "Binary> loading %s", path);
		if (pkg_open(&cached, path, keys, PKG_OPEN_TRY) != EPKG_OK)
			return (EPKG_FATAL);