diff --git a/src/rdb.c b/src/rdb.c index 910f653008..13f3a3e4ea 100644 --- a/src/rdb.c +++ b/src/rdb.c @@ -3638,8 +3638,7 @@ void saveCommand(client *c) { /* BGSAVE CANCEL */ void bgsaveCancelCommand(client *c) { - /* BGSAVE CANCEL - * Terminates an in progress BGSAVE */ + /* Terminates an in progress BGSAVE */ if (server.child_type == CHILD_TYPE_RDB) { /* There is an ongoing save */ serverLog(LL_NOTICE, "Background bgsave requested to be canceled by user");