diff options
Diffstat (limited to 'python/pgqadm.py')
-rwxr-xr-x | python/pgqadm.py | 2 |
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): |