From e48b6b46ee36c4b973997fd7f9edf3a6325fa266 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 20 Mar 2012 22:29:21 -0400 Subject: [PATCH] Ratchet up logging a few notches prior to controlling w/ verbosity settings --- yum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yum b/yum index a6e275b9a35..5ef8b7818cf 100755 --- a/yum +++ b/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"