xbps-bin: XBPS_TRANS_STATE_REPOSYNC printf tweak.

This commit is contained in:
Juan RP 2011-10-29 10:21:31 +02:00
parent 70dd86e2df
commit 5731b7d070

View File

@ -78,7 +78,7 @@ transaction_cb(struct xbps_transaction_cb_data *xtcd)
xtcd->pkgver, xtcd->binpkg_fname);
break;
case XBPS_TRANS_STATE_REPOSYNC:
printf("Syncing repository pkg-index for `%s' ...\n",
printf("Synchronizing pkg-index for `%s' ...\n",
xtcd->repourl);
break;
default: