xbps_init: print XBPS_RELVER in debug output.
This commit is contained in:
parent
04c7647492
commit
fa960c2425
@ -371,6 +371,8 @@ xbps_init(struct xbps_handle *xhp)
|
||||
|
||||
assert(xhp != NULL);
|
||||
|
||||
xbps_dbg_printf(xhp, "%s\n", XBPS_RELVER);
|
||||
|
||||
if (xhp->conffile == NULL)
|
||||
xhp->conffile = XBPS_CONF_DEF;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user