Skip to content

Commit

Permalink
Test CI Run.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushtkn committed Aug 16, 2024
1 parent 0ac5eff commit 2def3ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1762,6 +1762,7 @@ public void stateChanged(Service dependency) {
Throwable dependencyError = dependency.getFailureCause();
if (dependencyError != null) {
synchronized(this) {
// test
dependenciesFailed = true;
if(LOG.isDebugEnabled()) {
LOG.debug("Service: " + service.getName() + " will fail to start"
Expand Down

0 comments on commit 2def3ed

Please sign in to comment.