Replication: log backlog creation event.

This commit is contained in:
antirez 2020-05-26 23:55:18 +02:00
parent 091fb64681
commit 7d35939206

View File

@ -748,6 +748,9 @@ void syncCommand(client *c) {
changeReplicationId();
clearReplicationId2();
createReplicationBacklog();
serverLog(LL_NOTICE,"Replication backlog created, my new "
"replication IDs are '%s' and '%s'",
server.replid, server.replid2);
}
/* CASE 1: BGSAVE is in progress, with disk target. */