Skip to content

Commit

Permalink
correct format
Browse files Browse the repository at this point in the history
Signed-off-by: Shivshankar-Reddy <[email protected]>
  • Loading branch information
Shivshankar-Reddy committed Jun 3, 2024
1 parent f750aca commit b25e315
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -3021,7 +3021,8 @@ int rdbLoadRioWithLoadingCtx(rio *rdb, int rdbflags, rdbSaveInfo *rsi, rdbLoadin
if (dbid >= (unsigned)server.dbnum) {
serverLog(LL_WARNING,
"FATAL: Data file was created with a %s server configured to handle "
"more than %d databases. Exiting\n", SERVER_TITLE, server.dbnum);
"more than %d databases. Exiting\n",
SERVER_TITLE, server.dbnum);
exit(1);
}
db = rdb_loading_ctx->dbarray + dbid;
Expand Down

0 comments on commit b25e315

Please sign in to comment.