repository_sync_index: use arg[0-1] in XBPS_STATE_REPOSYNC.

This commit is contained in:
Juan RP 2012-11-07 10:13:54 +01:00
parent ca095df52f
commit 45b872f75e

View File

@ -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.
*/