Skip to content

Commit

Permalink
Update src/cluster_legacy.c
Browse files Browse the repository at this point in the history
Signed-off-by: Binbin <binloveplay1314@qq.com>

Co-authored-by: Madelyn Olson <madelyneolson@gmail.com>
  • Loading branch information
enjoy-binbin and madolson authored Jun 17, 2024
1 parent 2196b44 commit da53fe4
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 @@ -4781,7 +4781,7 @@ void clusterCron(void) {
if (clusterNodeIsPrimary(myself) && server.cluster->size == 1) {
markNodeAsFailingIfNeeded(node);
} else {
serverLog(LL_NOTICE, "NODE %.40s possibly failing.", node->name);
serverLog(LL_NOTICE, "NODE %.40s (%s) possibly failing.", node->name, node->human_nodename);
}
}
}
Expand Down

0 comments on commit da53fe4

Please sign in to comment.