mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-11 07:31:04 -04:00
uncommented a call to alpm_logaction
This commit is contained in:
parent
cad41d7e8a
commit
3ed2795295
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user