summaryrefslogtreecommitdiffstats
path: root/layman/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/api.py')
-rwxr-xr-xlayman/api.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/layman/api.py b/layman/api.py
index 7894c56..5e624d1 100755
--- a/layman/api.py
+++ b/layman/api.py
@@ -146,7 +146,7 @@ class LaymanAPI(object):
success = False
try:
success = self._get_installed_db().add(
- self._get_remote_db().select(ovl), quiet=True)
+ self._get_remote_db().select(ovl))
except Exception, e:
self._error("Exception caught enabling repository '"+ovl+
"' : "+str(e))
@@ -357,7 +357,7 @@ class LaymanAPI(object):
try:
self.output.debug("API.sync(); starting db.sync(ovl)", 5)
- db.sync(ovl, self.config['quiet'])
+ db.sync(ovl)
success.append((ovl,'Successfully synchronized overlay "' + ovl + '".'))
except Exception, error:
fatals.append((ovl,