summaryrefslogtreecommitdiff
path: root/src/pacman/sync.c
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2005-04-24 11:13:26 +0000
committerAurelien Foret <aurelien@archlinux.org>2005-04-24 11:13:26 +0000
commite8382cca7c5a03f4f88f78e919430268cd3d7282 (patch)
treedc3c26dcfdf0829fe1d4fe69b82d8ff53f8d430b /src/pacman/sync.c
parent45247b4e35cb219d5aaf5e4ed5b8be79fb410706 (diff)
outputs cleanup
Diffstat (limited to 'src/pacman/sync.c')
-rw-r--r--src/pacman/sync.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pacman/sync.c b/src/pacman/sync.c
index a29e0779..5c480009 100644
--- a/src/pacman/sync.c
+++ b/src/pacman/sync.c
@@ -711,13 +711,11 @@ int pacman_sync(list_t *targets)
}
/* Step 3: actually perform the installation */
- MSG(NL, "commiting sync transaction... ");
if(alpm_trans_commit(&data) == -1) {
ERR(NL, "failed to commit transaction (%s)\n", alpm_strerror(pm_errno));
retval = 1;
goto cleanup;
}
- MSG(CL, "done.\n");
if(!varcache && !pmo_s_downloadonly) {
/* delete packages */