szaszm commented on code in PR #1436: URL: https://github.com/apache/nifi-minifi-cpp/pull/1436#discussion_r1011901598
########## libminifi/src/sitetosite/RawSocketProtocol.cpp: ########## @@ -601,14 +601,14 @@ bool RawSiteToSiteClient::transmitPayload(const std::shared_ptr<core::ProcessCon deleteTransaction(transactionID); context->yield(); tearDown(); - logger_->log_debug("Caught Exception %s", exception.what()); + logger_->log_debug("Caught Exceptionduring RawSiteToSiteClient::transferBytes, type: %s, what: %s", typeid(exception).name(), exception.what()); Review Comment: fix this and others in [8ffe9c6](https://github.com/apache/nifi-minifi-cpp/pull/1436/commits/8ffe9c6d734750b583de717c74362b3fdb865f1a) -- 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: issues-unsubscr...@nifi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org