martinzink commented on code in PR #1670:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1670#discussion_r1348386666
##########
extensions/standard-processors/processors/GetTCP.cpp:
##########
@@ -266,7 +266,7 @@ asio::awaitable<void>
GetTCP::TcpClient::doReceiveFrom(const utils::net::Connect
continue;
}
}
- logger_->log_error("Error connecting to %s:%s due to %s",
connection_id.getHostname().data(), connection_id.getService().data(),
last_error.message());
+ logger_->log_error("Error connecting to {}:{} due to {}",
connection_id.getHostname().data(), connection_id.getService().data(),
last_error.message());
Review Comment:
good catch, changed thme in
https://github.com/apache/nifi-minifi-cpp/pull/1670/commits/eee46a1ad105b06949245579823badde5f234c86#diff-8d484e99475c978743af82b7ee8ba45954457ecbac4c033744d1cc95ad9f8240R269
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]