From 3f376998c27a5c9ddf1018c28ca50f9b43f92889 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 16 Sep 2013 11:24:09 +0200 Subject: [PATCH] lib/plist_find.c: remove a noisy/useless dbg printf. --- lib/plist_find.c | 2 -- 1 file changed, 2 deletions(-) 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; }