From 7716fa15de08149624db602069885529afdacd58 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 24 Oct 2011 10:01:27 +0200 Subject: [PATCH] libxbps: xbps_repository_find_pkg_xxx added a debug printf. --- lib/repository_findpkg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/repository_findpkg.c b/lib/repository_findpkg.c index 9297115d..52e15178 100644 --- a/lib/repository_findpkg.c +++ b/lib/repository_findpkg.c @@ -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. */