szaszm commented on a change in pull request #744: MINIFICPP-1171 - Fix "%ll" 
format strings in log lines
URL: https://github.com/apache/nifi-minifi-cpp/pull/744#discussion_r387649840
 
 

 ##########
 File path: libminifi/include/FlowControlProtocol.h
 ##########
 @@ -168,12 +168,12 @@ class FlowControlProtocol {
       logger_->log_info("NiFi Server Name %s", _serverName);
     }
     if (configure->get(Configure::nifi_server_port, value) && 
core::Property::StringToInt(value, _serverPort)) {
-      logger_->log_info("NiFi Server Port: [%ll]", _serverPort);
+      logger_->log_info("NiFi Server Port: [%hu]", _serverPort);
 
 Review comment:
   fixed by da22085 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to