Add some printfs when finding/sorting required deps.
--HG-- extra : convert_revision : f113844179d22f00390c218486cd34fdd23be6a4
This commit is contained in:
parent
b329b3be39
commit
856f1554bc
2 changed files with 3 additions and 0 deletions
|
@ -189,6 +189,7 @@ install_binpkg_repo_cb(prop_object_t obj, void *arg, bool *cbloop_done)
|
|||
/*
|
||||
* Construct the dependency chain for this package.
|
||||
*/
|
||||
printf("Finding required dependencies...\n");
|
||||
if ((rv = xbps_find_deps_in_pkg(pkgrd)) != 0) {
|
||||
prop_object_release(repod);
|
||||
if (rv == ENOENT) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue