mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Fix debugging output
This commit is contained in:
@@ -38,7 +38,7 @@ establish_db_connection(const char *conninfo, const bool exit_on_error)
|
||||
strcpy(connection_string, conninfo);
|
||||
strcat(connection_string, " fallback_application_name='repmgr'");
|
||||
|
||||
log_debug(_("Connecting to: '%s'"), connection_string);
|
||||
log_debug(_("Connecting to: '%s'\n"), connection_string);
|
||||
|
||||
conn = PQconnectdb(connection_string);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user