uncommented a call to alpm_logaction

This commit is contained in:
Aurelien Foret 2005-03-23 20:07:45 +00:00
parent cad41d7e8a
commit 3ed2795295

View file

@ -417,8 +417,7 @@ int pacman_sync(list_t *targets)
} }
if(pmo_s_upgrade) { if(pmo_s_upgrade) {
/* ORE alpm_logaction("starting full system upgrade");
alpm_logaction(NULL, "starting full system upgrade");*/
if(alpm_sync_sysupgrade(&data) == -1) { if(alpm_sync_sysupgrade(&data) == -1) {
if(pm_errno == PM_ERR_UNRESOLVABLE_DEPS) { if(pm_errno == PM_ERR_UNRESOLVABLE_DEPS) {
ERR(NL, "cannot resolve dependencies\n"); ERR(NL, "cannot resolve dependencies\n");