Skip to content

Commit

Permalink
correct log
Browse files Browse the repository at this point in the history
Signed-off-by: Shivshankar-Reddy <[email protected]>
  • Loading branch information
Shivshankar-Reddy committed May 24, 2024
1 parent 58af6dd commit 01b24f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -3023,8 +3023,8 @@ int rdbLoadRioWithLoadingCtx(rio *rdb, int rdbflags, rdbSaveInfo *rsi, rdbLoadin
"FATAL: Data file was created with a %s "
"server configured to handle more than %d "
"databases. Exiting\n",
server.dbnum,
server.extended_redis_compat ? "Redis" : "Valkey");
server.extended_redis_compat ? "Redis" : "Valkey",
server.dbnum);
exit(1);
}
db = rdb_loading_ctx->dbarray + dbid;
Expand Down

0 comments on commit 01b24f2

Please sign in to comment.