Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add debug information about which file is loaded from cache
Baptiste Daroussin committed 11 years ago
commit c53326a24f1c138aeaec1f35cc9e8fb552b32e87
parent c404e4d4dc7eced9b87773752c28dae2f937e9ec
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);