Github user PuspenduBanerjee commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1586#discussion_r105522726
  
    --- Diff: 
nifi-bootstrap/src/main/java/org/apache/nifi/bootstrap/RunNiFi.java ---
    @@ -1131,9 +1131,9 @@ public boolean accept(final File dir, final String 
filename) {
                         process = builder.start();
                         handleLogging(process);
     
    -                    pid = getPid(process, defaultLogger);
    +                    pid = OSUtil.getProcessId(process, defaultLogger);
                         if (pid == null) {
    -                        cmdLogger.info("Launched Apache NiFi but could not 
obtain the Process ID");
    +                        cmdLogger.error("Launched Apache NiFi but could 
not obtain the Process ID");
    --- End diff --
    
    Hi @alopresto , it should be warn. good catch. I shall change in-place.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to