You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/11/02 15:04:29 UTC

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1436: MINIFICPP-1963 improve exception logging

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-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org