martinzink commented on code in PR #1670:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1670#discussion_r1356662133


##########
extensions/sftp/processors/ListSFTP.cpp:
##########
@@ -539,7 +537,7 @@ void ListSFTP::listByTrackingTimestamps(
       }
       /* If the latest timestamp is not old enough, we wait another cycle */
       if (latest_listed_entry_timestamp_this_cycle && 
minimum_reliable_timestamp < latest_listed_entry_timestamp_this_cycle) {
-        logger_->log_debug("Skipping files with latest timestamp because their 
modification date is not smaller than the minimum reliable timestamp: %lu ms >= 
%lu ms",
+        logger_->log_debug("Skipping files with latest timestamp because their 
modification date is not smaller than the minimum reliable timestamp: {} ms >= 
{} ms",
                            
toUnixTime(latest_listed_entry_timestamp_this_cycle),
                            toUnixTime(minimum_reliable_timestamp));

Review Comment:
   good idea, 
https://github.com/apache/nifi-minifi-cpp/commit/20f5d63d2aef618ca6e98fa298a06376e544f1bc#diff-2a26794f434d15c4c7911b91d7bf66a6e8069d49856da2b30c556439adb1b67cL541-L542



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to