Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
BZ 1089757 - fix is shutdown code
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed May 7, 2014
1 parent d80a003 commit 845cc38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ protected boolean isUnixPidRunning(String pid) {
}

log.debug("unix pid [" + pid + "] " + ((isRunning) ? "is" : "is NOT") + " running");
return true;
return isRunning;
}

protected boolean isStorageRunning() throws IOException {
Expand Down

0 comments on commit 845cc38

Please sign in to comment.