Ratchet up logging a few notches prior to controlling w/ verbosity settings

This commit is contained in:
Michael DeHaan 2012-03-20 22:29:21 -04:00
parent cd42edc79a
commit e48b6b46ee

2
yum
View file

@ -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"