diff --git a/lib/plist_find.c b/lib/plist_find.c index 16c0bbf6..46ed7745 100644 --- a/lib/plist_find.c +++ b/lib/plist_find.c @@ -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; }