Skip to content

Commit

Permalink
Remove diff
Browse files Browse the repository at this point in the history
Signed-off-by: Binbin <[email protected]>
  • Loading branch information
enjoy-binbin committed Nov 26, 2024
1 parent d814cda commit ff9e2d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cluster_legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -6104,8 +6104,7 @@ sds genClusterInfoString(void) {
"cluster_size:%d\r\n"
"cluster_current_epoch:%llu\r\n"
"cluster_my_epoch:%llu\r\n",
statestr[server.cluster->state],
slots_assigned, slots_ok, slots_pfail, slots_fail,
statestr[server.cluster->state], slots_assigned, slots_ok, slots_pfail, slots_fail,
dictSize(server.cluster->nodes), server.cluster->size,
(unsigned long long)server.cluster->currentEpoch, (unsigned long long)nodeEpoch(myself));

Expand Down

0 comments on commit ff9e2d9

Please sign in to comment.