Skip to content

Commit

Permalink
Update src/cluster_legacy.c
Browse files Browse the repository at this point in the history
Co-authored-by: Harkrishn Patro <[email protected]>
Signed-off-by: Binbin <[email protected]>
  • Loading branch information
enjoy-binbin and hpatro authored Jul 26, 2024
1 parent 7691559 commit dcac0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cluster_legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ void clusterInitLast(void) {
}
}

/* Called when a cluster node calls SHUTDOWN. */
/* Called when a cluster node receives SHUTDOWN. */
void clusterHandleServerShutdown(void) {
/* The error logs have been logged in the save function if the save fails. */
serverLog(LL_NOTICE, "Saving the cluster configuration file before exiting.");
Expand Down

0 comments on commit dcac0d2

Please sign in to comment.