Skip to content

Commit ed94161

Browse files
committed
Build error
1 parent 090228f commit ed94161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mysqlpool.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ boost::asio::awaitable<void> Mysqlpool::Handle::reconnect()
334334
<< uuid()
335335
<< " to the database server at "
336336
<< parent_->config_.host << ":"
337-
<< parent_->config_.port)
338-
<< " with TLS mode " << parent_->config_.tls_mode;
337+
<< parent_->config_.port
338+
<< " with TLS mode " << parent_->config_.tls_mode);
339339

340340
if (endpoints.empty()) {
341341
MYSQLPOOL_LOG_ERROR_("Failed to resolve hostname "

0 commit comments

Comments
 (0)