Skip to content

Commit

Permalink
APPNG-2484
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Aug 1, 2023
1 parent 3721fe8 commit 8b1e80c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ public static HazelcastInstance getInstance(PlatformProperties platformProps, St
LOGGER.info("Using {}", instance);
}
}
instance.getCluster().addMembershipListener(getMembershipListener());
} catch (IOException e) {
LOGGER.error("failed to create Hazelcast instance!", e);
}
}
instance.getCluster().addMembershipListener(getMembershipListener());
} else if (isClient) {
LOGGER.info("Using existing client '{}' for ID '{}'", instance.getName(), clientId);
}
Expand Down

0 comments on commit 8b1e80c

Please sign in to comment.