xbps_init: add a debug printf.

This commit is contained in:
Juan RP 2011-06-04 14:17:11 +02:00
parent bb4cefcd2c
commit 36346a7ca0

View File

@ -64,6 +64,9 @@ xbps_init(struct xbps_handle *xh)
if (xhp->conffile == NULL)
xhp->conffile = XBPS_CONF_PATH "/" XBPS_CONF_PLIST;
xbps_dbg_printf("%s: rootdir: %s cachedir: %s conf: %s\n", __func__,
xhp->rootdir, xhp->cachedir, xhp->conffile);
/*
* Internalize the XBPS_CONF_PLIST dictionary.
*/