Improve logging output

This commit is contained in:
Ian Barwick
2017-04-25 08:22:58 +09:00
parent ef5c6b37a4
commit 885bc122df
5 changed files with 23 additions and 6 deletions

View File

@@ -72,6 +72,8 @@ _establish_db_connection(const char *conninfo, const bool exit_on_error, const b
log_error(_("connection to database failed: %s"),
PQerrorMessage(conn));
}
log_detail(_("attempted to connect using:\n %s"),
connection_string);
}
if (exit_on_error)