xbps_init: print XBPS_RELVER in debug output.

This commit is contained in:
Juan RP 2014-08-01 10:16:33 +02:00
parent 04c7647492
commit fa960c2425

View File

@ -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;