1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

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) {
/* 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");