lib/plist_find.c: remove a noisy/useless dbg printf.
This commit is contained in:
parent
af4e90aae8
commit
3f376998c2
@ -198,8 +198,6 @@ config_inject_vpkgs(struct xbps_handle *xh)
|
||||
vpkgdir = strdup("/etc/xbps/virtualpkg.d");
|
||||
|
||||
if ((dirp = opendir(vpkgdir)) == NULL) {
|
||||
xbps_dbg_printf(xh, "cannot access to %s: %s\n",
|
||||
vpkgdir, strerror(errno));
|
||||
free(vpkgdir);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user