adamdebreceni commented on a change in pull request #1045: URL: https://github.com/apache/nifi-minifi-cpp/pull/1045#discussion_r615642084
########## File path: libminifi/src/core/ProcessGroup.cpp ########## @@ -255,21 +245,21 @@ void ProcessGroup::stopProcessing(const std::shared_ptr<TimerDrivenSchedulingAge } } -std::shared_ptr<Processor> ProcessGroup::findProcessorById(const utils::Identifier& uuid) const { +std::shared_ptr<Processor> ProcessGroup::findProcessorById(const utils::Identifier& uuid, Traverse traverse) const { const auto id_matches = [&] (const std::shared_ptr<Processor>& processor) { logger_->log_debug("Current processor is %s", processor->getName()); Review comment: done, changed log level and the message -- 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