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 12:16:44 UTC

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

adamdebreceni commented on code in PR #1436:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1436#discussion_r1011668822


##########
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:
   this seems to be the `transmitPayload` method



-- 
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