Skip to content

Commit fb32bb1

Browse files
committed
Fix branding
1 parent 3e99603 commit fb32bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ void loadServerConfigFromString(char *config) {
641641
return;
642642

643643
loaderr:
644-
fprintf(stderr, "\n*** FATAL CONFIG FILE ERROR (Redis %s) ***\n",
644+
fprintf(stderr, "\n*** FATAL CONFIG FILE ERROR (KeyDB %s) ***\n",
645645
KEYDB_REAL_VERSION);
646646
fprintf(stderr, "Reading the configuration file, at line %d\n", linenum);
647647
fprintf(stderr, ">>> '%s'\n", lines[i]);

0 commit comments

Comments
 (0)