From 1878f865464114ff355a6696ed6b5e4de7a266ce Mon Sep 17 00:00:00 2001 From: ranshid <88133677+ranshid@users.noreply.github.com> Date: Wed, 10 Jul 2024 10:49:01 +0300 Subject: [PATCH] Update src/rdb.c Signed-off-by: ranshid <88133677+ranshid@users.noreply.github.com> --- src/rdb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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");