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


##########
extensions/standard-processors/controllers/PersistentMapStateStorage.cpp:
##########
@@ -132,10 +132,10 @@ void PersistentMapStateStorage::onEnable() {
   }
 
   const auto always_persist = getProperty<bool>(AlwaysPersist).value_or(false);
-  logger_->log_info("Always Persist property: %s", always_persist ? "true" : 
"false");
+  logger_->log_info("Always Persist property: {}", always_persist ? "true" : 
"false");

Review Comment:
   simplified them in 
https://github.com/apache/nifi-minifi-cpp/pull/1670/commits/eee46a1ad105b06949245579823badde5f234c86



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to