Replication: log backlog creation event.

This commit is contained in:
antirez 2020-05-26 23:55:18 +02:00
parent 8f10137227
commit 11c748aaca

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. */