From e8382cca7c5a03f4f88f78e919430268cd3d7282 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Sun, 24 Apr 2005 11:13:26 +0000 Subject: outputs cleanup --- src/pacman/sync.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pacman/sync.c') 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 */ -- cgit v1.2.3