xbps_repository_sync_index: print the plist file being downloaded in cb.

This commit is contained in:
Juan RP 2012-05-06 09:10:25 +02:00
parent 8a4b143bf3
commit bbd0d893d0

View File

@ -163,7 +163,7 @@ xbps_repository_sync_pkg_index(const char *uri, const char *plistf)
/* reposync start cb */
xbps_set_cb_state(XBPS_STATE_REPOSYNC, 0, NULL, NULL,
"Synchronizing index for `%s'...", uri);
"Synchronizing %s for `%s'...", plistf, uri);
/*
* Download plist index file from repository.
*/