Skip to content

Commit

Permalink
Log line fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Murphy <[email protected]>
  • Loading branch information
murphyjacob4 committed Jan 22, 2025
1 parent 4506fbe commit 3eec13c
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 @@ -4695,7 +4695,7 @@ void clusterProceedWithSlotImport(void) {
clusterUpdateState();
clusterSaveConfigOrDie(1);
if (clusterBumpConfigEpochWithoutConsensus() == C_OK) {
serverLog(LL_NOTICE, "Epoch bumped after importing slots. New epoch %ld", server.cluster->currentEpoch);
serverLog(LL_NOTICE, "Epoch bumped after importing slots. New epoch %llu", server.cluster->currentEpoch);
}
clusterFreeSlotImportJob(curr_import);
clusterBroadcastPong(CLUSTER_BROADCAST_ALL);
Expand Down

0 comments on commit 3eec13c

Please sign in to comment.