summaryrefslogtreecommitdiff
path: root/src/replication.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2017-09-20 11:28:13 +0200
committerantirez <antirez@gmail.com>2017-09-20 11:28:13 +0200
commitbb3b5ddd1968d2715acc37b63124ccf461276160 (patch)
treec7d92927199b315e7d88db14ee8124746ad7b3f3 /src/replication.c
parentb541ccef25d20749c739b858ef8694512b7f3bce (diff)
downloadredis-bb3b5ddd1968d2715acc37b63124ccf461276160.tar.gz
PSYNC2: More refinements related to #4316.psync2-rdb-fixes
Diffstat (limited to 'src/replication.c')
-rw-r--r--src/replication.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/replication.c b/src/replication.c
index 4358d63e6..e0b3d910e 100644
--- a/src/replication.c
+++ b/src/replication.c
@@ -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;
}