Skip to content

Commit

Permalink
NOT FOR MERGE - debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
naglera committed Jul 25, 2024
1 parent a88ef2d commit 4b47959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replication.c
Original file line number Diff line number Diff line change
Expand Up @@ -2682,7 +2682,7 @@ static void fullSyncWithPrimary(connection *conn) {
}
sdsfree(err);
server.rdb_client_id = rdb_client_id;
serverLog(LL_NOTICE, "fullSyncWithPrimary ull2string server.rdb_client_id %lu",server.rdb_client_id);
serverLog(LL_NOTICE, "fullSyncWithPrimary ull2string server.rdb_client_id %llu",server.rdb_client_id);
server.primary_initial_offset = reploffset;

/* Initiate repl_provisional_primary to act as this replica temp primary until RDB is loaded */
Expand Down

0 comments on commit 4b47959

Please sign in to comment.