Skip to content

Commit 988247c

Browse files
Clarify port in log message.
1 parent 3f9f250 commit 988247c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db_wrapper/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async def _try_connect(
4747
connection: Optional[aiopg.Connection] = None
4848

4949
LOGGER.info(
50-
f'Attempting to connect to database {database} as {user}@{host}...')
50+
f'Attempting to connect to database {database} as {user}@{host}:{port}...')
5151

5252
while connection is None:
5353
try:

0 commit comments

Comments
 (0)