xbps-bin: XBPS_TRANS_STATE_REPOSYNC printf tweak.
This commit is contained in:
@@ -78,7 +78,7 @@ transaction_cb(struct xbps_transaction_cb_data *xtcd)
|
|||||||
xtcd->pkgver, xtcd->binpkg_fname);
|
xtcd->pkgver, xtcd->binpkg_fname);
|
||||||
break;
|
break;
|
||||||
case XBPS_TRANS_STATE_REPOSYNC:
|
case XBPS_TRANS_STATE_REPOSYNC:
|
||||||
printf("Syncing repository pkg-index for `%s' ...\n",
|
printf("Synchronizing pkg-index for `%s' ...\n",
|
||||||
xtcd->repourl);
|
xtcd->repourl);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user