summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.c
diff options
context:
space:
mode:
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 */