xbps_init: remove redundant dbg printf if xbps.conf cannot be read.
This commit is contained in:
parent
739a12a270
commit
ae2fefeced
@ -376,8 +376,6 @@ xbps_init(struct xbps_handle *xhp)
|
|||||||
|
|
||||||
/* parse configuration file */
|
/* parse configuration file */
|
||||||
if ((rv = parse_file(xhp, xhp->conffile, false, false)) != 0) {
|
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");
|
xbps_dbg_printf(xhp, "Using built-in defaults\n");
|
||||||
}
|
}
|
||||||
/* Set rootdir */
|
/* Set rootdir */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user