summaryrefslogtreecommitdiff
path: root/python/pgqadm.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/pgqadm.py')
-rwxr-xr-xpython/pgqadm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pgqadm.py b/python/pgqadm.py
index 9ae9c0a0..7c2bf740 100755
--- a/python/pgqadm.py
+++ b/python/pgqadm.py
@@ -91,7 +91,7 @@ class PGQAdmin(skytools.DBScript):
db = self.get_database('db')
curs = db.cursor()
- skytools.db_install(curs, objs, self.log.info)
+ skytools.db_install(curs, objs, self.log)
db.commit()
def create_queue(self):