libxbps: xbps_repository_find_pkg_xxx added a debug printf.

This commit is contained in:
Juan RP 2011-10-24 10:01:27 +02:00
parent 90d1d7205c
commit 7716fa15de

View File

@ -81,6 +81,8 @@ repository_find_pkg(const char *pattern, const char *reason)
bestpkg = true;
}
xbps_dbg_printf("%s: pattern %s reason %s\n", __func__, pattern, reason);
/*
* Find out if the pkg has been found in repository pool.
*/