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_r387652483
 
 

 ##########
 File path: libminifi/src/ThreadedSchedulingAgent.cpp
 ##########
 @@ -47,15 +47,15 @@ void 
ThreadedSchedulingAgent::schedule(std::shared_ptr<core::Processor> processo
   if (configure_->get(Configure::nifi_administrative_yield_duration, 
yieldValue)) {
     core::TimeUnit unit;
     if (core::Property::StringToTime(yieldValue, admin_yield_duration_, unit) 
&& core::Property::ConvertTimeUnitToMS(admin_yield_duration_, unit, 
admin_yield_duration_)) {
-      logger_->log_debug("nifi_administrative_yield_duration: [%ll] ms", 
admin_yield_duration_);
+      logger_->log_debug("nifi_administrative_yield_duration: [%lld] ms", 
admin_yield_duration_);
 
 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:
[email protected]


With regards,
Apache Git Services

Reply via email to