Ratchet up logging a few notches prior to controlling w/ verbosity settings
This commit is contained in:
parent
cd42edc79a
commit
e48b6b46ee
1 changed files with 1 additions and 1 deletions
2
yum
2
yum
|
@ -299,7 +299,7 @@ def main():
|
|||
|
||||
if 'list' in params:
|
||||
my = yum_base(conf_file=params['conf_file'], cachedir=True)
|
||||
results = list_stuff(my, params['list'])
|
||||
results = dict(results=list_stuff(my, params['list']))
|
||||
elif 'state' in params:
|
||||
if 'pkg' not in params:
|
||||
results['msg'] = "No pkg specified"
|
||||
|
|
Loading…
Reference in a new issue