mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
Remove duplicated log message about starting BGSAVE.
This commit is contained in:
parent
18de5395b2
commit
c4dbc7cdec
@ -531,7 +531,6 @@ void syncCommand(redisClient *c) {
|
|||||||
redisLog(REDIS_NOTICE,"Delay next BGSAVE for SYNC");
|
redisLog(REDIS_NOTICE,"Delay next BGSAVE for SYNC");
|
||||||
} else {
|
} else {
|
||||||
/* Ok we don't have a BGSAVE in progress, let's start one. */
|
/* Ok we don't have a BGSAVE in progress, let's start one. */
|
||||||
redisLog(REDIS_NOTICE,"Starting BGSAVE for SYNC");
|
|
||||||
if (startBgsaveForReplication() != REDIS_OK) {
|
if (startBgsaveForReplication() != REDIS_OK) {
|
||||||
redisLog(REDIS_NOTICE,"Replication failed, can't BGSAVE");
|
redisLog(REDIS_NOTICE,"Replication failed, can't BGSAVE");
|
||||||
addReplyError(c,"Unable to perform background save");
|
addReplyError(c,"Unable to perform background save");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user