Skip to content

Commit

Permalink
heartbeats not heartbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
cubewhy committed Oct 20, 2024
1 parent 28ff5ac commit ee145c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ private void sendHeartbeat() throws Exception {
if (!heartbeatState || isGatewayEnabled()) {
return;
}
log.info("Sending Gateway heartbeat...");
log.info("Sending Gateway heartbeats...");
for (Gateway gateway : list()) {
log.info("Sending gateway heartbeat to {}", gateway.getName());
if (!heartbeat(gateway)) {
Expand Down

0 comments on commit ee145c9

Please sign in to comment.