From 3ed2795295a8b842e017560ea011c25c2a8eff69 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Wed, 23 Mar 2005 20:07:45 +0000 Subject: uncommented a call to alpm_logaction --- src/pacman/sync.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/pacman/sync.c b/src/pacman/sync.c index 6931cf4c..c9c1b931 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -417,8 +417,7 @@ int pacman_sync(list_t *targets) } if(pmo_s_upgrade) { - /* ORE - alpm_logaction(NULL, "starting full system upgrade");*/ + alpm_logaction("starting full system upgrade"); if(alpm_sync_sysupgrade(&data) == -1) { if(pm_errno == PM_ERR_UNRESOLVABLE_DEPS) { ERR(NL, "cannot resolve dependencies\n"); -- cgit v1.2.3-24-g4f1b