xbps_init: remove redundant dbg printf if xbps.conf cannot be read.

This commit is contained in:
Juan RP 2014-06-04 10:49:39 +02:00
parent 739a12a270
commit ae2fefeced

View File

@ -376,8 +376,6 @@ xbps_init(struct xbps_handle *xhp)
/* parse configuration file */
if ((rv = parse_file(xhp, xhp->conffile, false, false)) != 0) {
xbps_dbg_printf(xhp, "failed to read configuration file %s: %s\n",
xhp->conffile, strerror(rv));
xbps_dbg_printf(xhp, "Using built-in defaults\n");
}
/* Set rootdir */