summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pacman/sync.c3
1 files changed, 1 insertions, 2 deletions
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");