xbps_find_new_pkg: do not report incorrect debug printf.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091122205215-gxrymbh0wzpujhoj
This commit is contained in:
Juan RP 2009-11-22 21:52:15 +01:00
parent 7af7ef40c9
commit 4e89a28dda

View File

@ -288,6 +288,7 @@ xbps_find_new_pkg(const char *pkgname, prop_dictionary_t instpkg)
}
DPRINTF(("Skipping %s-%s in repo %s.\n",
pkgname, repover, rdata->rd_uri));
continue;
}
DPRINTF(("Package %s not found in repo %s.\n",
pkgname, rdata->rd_uri));