lib/initend.c: convert a noisy printf to dbg_printf.

This commit is contained in:
Juan RP 2013-01-31 09:42:22 +01:00
parent 7360a6fca3
commit 9cf104498e

View File

@ -90,8 +90,8 @@ config_inject_vpkgs(struct xbps_handle *xh)
vpkgdir = strdup("/etc/xbps/virtualpkg.d");
if ((dirp = opendir(vpkgdir)) == NULL) {
fprintf(stderr, "ERROR: cannot access to "
"etc/xbps/virtualpkg.d: %s\n", strerror(errno));
xbps_dbg_printf(xh, "cannot access to %s: %s\n",
vpkgdir, strerror(errno));
return;
}