xbps-install: do not print anything for XBPS_STATE_INSTALL.

This commit is contained in:
Juan RP 2012-11-19 12:29:47 +01:00
parent bf2d97a067
commit 01e67d1394

View File

@ -85,7 +85,7 @@ state_cb(struct xbps_handle *xhp,
printf("%s-%s: unpacking ...\n", xscd->arg0, xscd->arg1);
break;
case XBPS_STATE_INSTALL:
printf("%s-%s: installing ...\n", xscd->arg0, xscd->arg1);
/* empty */
break;
case XBPS_STATE_UPDATE:
pkgd = xbps_find_pkg_dict_installed(xhp, xscd->arg0, false);