From 36346a7ca07f8d2828e001046aa269518f074207 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 4 Jun 2011 14:17:11 +0200 Subject: [PATCH] xbps_init: add a debug printf. --- lib/initend.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/initend.c b/lib/initend.c index e926a4d2..cc740f9d 100644 --- a/lib/initend.c +++ b/lib/initend.c @@ -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. */