mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
remove unneeded warning log
This commit is contained in:
parent
f0aa35a367
commit
1e7e953442
@ -289,9 +289,6 @@ def group_list():
|
||||
|
||||
# move installed and partially-installed items from available to appropriate other places
|
||||
|
||||
log.warn('Available: {0}'.format(available))
|
||||
log.warn('Installed: {0}'.format(installed))
|
||||
|
||||
for group in installed:
|
||||
if group not in available:
|
||||
log.error('Pacman reports group {0} installed, but it is not in the available list ({1})!'.format(group, available))
|
||||
|
Loading…
Reference in New Issue
Block a user