hunyadi-dev commented on a change in pull request #884: URL: https://github.com/apache/nifi-minifi-cpp/pull/884#discussion_r484269857 ########## File path: nanofi/src/sitetosite/CRawSocketProtocol.c ########## @@ -72,10 +72,10 @@ typedef struct { int handShake(struct CRawSiteToSiteClient * client) { if (client->_peer_state != ESTABLISHED) { - //client->logger_->log_error("Site2Site peer state is not established while handshake"); + // client->logger_->log_error("Site2Site peer state is not established while handshake"); Review comment: Deleted. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: users@infra.apache.org