1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-26 22:29:08 +03:00

Log message.

This commit is contained in:
Irina Truong 2019-10-26 13:21:23 -07:00
parent 4f0c4d5a38
commit 270e1ce7a2

View File

@ -278,7 +278,7 @@ class PGExecute(object):
except Exception as x:
# https://github.com/dbcli/pgcli/issues/1110
# PQconninfo not available in libpq < 9.3
_logger.info("Exception in get_dsn_parameters. sql: %r", x)
_logger.info("Exception in get_dsn_parameters: %r", x)
if dsn_parameters:
self.dbname = dsn_parameters.get("dbname")