From 270e1ce7a272bbad8b1bd38c1500943293068aec Mon Sep 17 00:00:00 2001 From: Irina Truong Date: Sat, 26 Oct 2019 13:21:23 -0700 Subject: Log message. --- pgcli/pgexecute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgcli/pgexecute.py b/pgcli/pgexecute.py index e186ff19..c79e2aec 100644 --- a/pgcli/pgexecute.py +++ b/pgcli/pgexecute.py @@ -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") -- cgit v1.2.3