hunyadi-dev commented on a change in pull request #884:
URL: https://github.com/apache/nifi-minifi-cpp/pull/884#discussion_r484278402
##########
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");
return -1;
}
- //client->logger_->log_debug("Site2Site Protocol Perform hand shake with
destination port %s", client->_port_id_str);
+ // client->logger_->log_debug("Site2Site Protocol Perform hand shake with
destination port %s", client->_port_id_str);
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:
[email protected]