From 45b872f75e58626730c7aae46cdc92aab829e5b0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 7 Nov 2012 10:13:54 +0100 Subject: [PATCH] repository_sync_index: use arg[0-1] in XBPS_STATE_REPOSYNC. --- lib/repository_sync_index.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/repository_sync_index.c b/lib/repository_sync_index.c index 37f8805a..57938925 100644 --- a/lib/repository_sync_index.c +++ b/lib/repository_sync_index.c @@ -162,8 +162,7 @@ xbps_repository_sync_pkg_index(struct xbps_handle *xhp, fetch_outputdir = xhp->metadir; /* reposync start cb */ - xbps_set_cb_state(xhp, XBPS_STATE_REPOSYNC, 0, NULL, NULL, - "Synchronizing %s for `%s'...", plistf, uri); + xbps_set_cb_state(xhp, XBPS_STATE_REPOSYNC, 0, plistf, uri, NULL); /* * Download plist index file from repository. */