Re-enable --debug with -Sw and -Sp
Commit 8741908276
disabled --debug in these
cases. We just clear PM_LOG_WARNING flag now.
Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
22722261cc
commit
06a4a5bd68
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue