Make it clear in the error message that the type of connection that

failed was an SSH connection, not a libpq one.
This commit is contained in:
Martin
2016-09-23 09:15:09 -03:00
parent 44d4ca46b0
commit 5d3c0d6163

View File

@@ -5618,7 +5618,7 @@ test_ssh_connection(char *host, char *remote_user)
}
if (r != 0)
log_info(_("unable to connect to remote host (%s)\n"), host);
log_info(_("unable to connect to remote host (%s) via SSH.\n"), host);
return r;
}