summaryrefslogtreecommitdiff
path: root/python/pgqadm.py
diff options
context:
space:
mode:
authorMarko Kreen2008-02-28 10:15:30 +0000
committerMarko Kreen2008-02-28 10:15:30 +0000
commit838e65a58084a69104ea58a6be6e26b0c982357e (patch)
tree9faf374988f2b1d33be9b3dc09ed134681c367c9 /python/pgqadm.py
parente1fab145063ec48e0c74d6ff95afd4db3ac5c78d (diff)
installer logging changes from -stable
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):