commit:     89ba9eb8a684714eab2ee0b526912508ce4296fb
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  8 04:11:29 2014 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Mon Dec  8 04:11:29 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=89ba9eb8

remotedb.py: Changes ssl-fetch kwargs-info level to 5 as default

---
 layman/remotedb.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layman/remotedb.py b/layman/remotedb.py
index b866bd7..e6492f4 100644
--- a/layman/remotedb.py
+++ b/layman/remotedb.py
@@ -119,7 +119,7 @@ class RemoteDB(DbBase):
             'info':  self.output.info,
             'debug': self.output.debug,
             'error': self.output.error,
-            'kwargs-info': {'level': 2},
+            'kwargs-info': {'level': 5},
             'kwargs-debug': {'level': 2},
             'kwargs-error':{'level': None},
         }

Reply via email to