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 090228f commit ed94161Copy full SHA for ed94161
src/mysqlpool.cpp
@@ -334,8 +334,8 @@ boost::asio::awaitable<void> Mysqlpool::Handle::reconnect()
334
<< uuid()
335
<< " to the database server at "
336
<< parent_->config_.host << ":"
337
- << parent_->config_.port)
338
- << " with TLS mode " << parent_->config_.tls_mode;
+ << parent_->config_.port
+ << " with TLS mode " << parent_->config_.tls_mode);
339
340
if (endpoints.empty()) {
341
MYSQLPOOL_LOG_ERROR_("Failed to resolve hostname "
0 commit comments