index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/pacman/sync.c | 2 |
diff --git a/src/pacman/sync.c b/src/pacman/sync.c index fdc5ed09..78777fca 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -736,7 +736,7 @@ int pacman_sync(alpm_list_t *targets) /* Display only errors with -Sp and -Sw operations */ if(config->flags & (PM_TRANS_FLAG_DOWNLOADONLY | PM_TRANS_FLAG_PRINTURIS)) { - config->logmask = PM_LOG_ERROR; + config->logmask &= ~PM_LOG_WARNING; } /* clean the cache */ |