Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Commit f04ad1e

Browse files
author
Kenneth Reitz
committed
v0.2.1
1 parent b388e53 commit f04ad1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_postgrespool/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
log = logging.getLogger('z.pool')
2121

2222
def _log(message, *args):
23-
log.debug('%s to %s' % (message, args[0].get_host_info()))
23+
log.debug('%s' % (message)
2424

2525
# Only hook up the listeners if we are in debug mode.
2626
if settings.DEBUG:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name='django-postgrespool',
24-
version='0.2.0',
24+
version='0.2.1',
2525
description='Postgres Connection Pooling for Django.',
2626
long_description=open('README.rst').read(),
2727
author='Kenneth Reitz',

0 commit comments

Comments
 (0)