PSYNC2: More refinements related to #4316.

This commit is contained in:
antirez
2017-09-20 11:28:13 +02:00
parent f119464929
commit 79567b6e66
2 changed files with 14 additions and 11 deletions

View File

@ -579,6 +579,7 @@ int startBgsaveForReplication(int mincapa) {
else
retval = rdbSaveBackground(server.rdb_filename,rsiptr);
} else {
serverLog(LL_WARNING,"BGSAVE for replication: replication information not available, can't generate the RDB file right now. Try later.");
retval = C_ERR;
}