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 00e62bd commit a967cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/replication.c
Original file line number Diff line number Diff line change
Expand Up @@ -2672,6 +2672,7 @@ static void fullSyncWithPrimary(connection *conn) {
sdsfree(err);
return;
}
serverLog(LL_NOTICE, "fullSyncWithPrimary ull2string message got from primary: %s",err);
long long reploffset;
char primary_replid[CONFIG_RUN_ID_SIZE + 1];
int dbid;
Expand Down

0 comments on commit a967cb4

Please sign in to comment.