We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e535f commit a9ff296Copy full SHA for a9ff296
programs/client/Client.cpp
@@ -547,7 +547,8 @@ void Client::connect()
547
if (attempted_address_index == hosts_ports.size() - 1)
548
throw;
549
550
- if (is_interactive) {
+ if (is_interactive)
551
+ {
552
std::cerr << "Connection attempt to database at "
553
<< connection_parameters.host << ":" << connection_parameters.port
554
<< " resulted in failure"
0 commit comments