diff options
Diffstat (limited to 'src/replication.c')
-rw-r--r-- | src/replication.c | 1 |
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; } |