briansolo1985 commented on code in PR #9073:
URL: https://github.com/apache/nifi/pull/9073#discussion_r1691221062


##########
nifi-framework-bundle/nifi-framework/nifi-headless-server/src/main/java/org/apache/nifi/headless/HeadlessNiFiServer.java:
##########
@@ -195,6 +196,10 @@ public void preDestruction() throws 
AuthorizerDestructionException {
         }
     }
 
+    protected void validateFlow() {
+        logger.info("Flow validated successfully");

Review Comment:
   Thanks for checking the PR. Yes it makes sense, updated the log 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.

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