fixed typo in the latest commit
This commit is contained in:
parent
1d18f50458
commit
412e457c27
@ -307,7 +307,7 @@ readerr:
|
|||||||
}
|
}
|
||||||
exit(1);
|
exit(1);
|
||||||
fmterr:
|
fmterr:
|
||||||
redisLog(REDIS_WARNING,"Bad file format reading the append only file: make a backup of your AOF file, then use ./redis-check-dump --fix <filename>");
|
redisLog(REDIS_WARNING,"Bad file format reading the append only file: make a backup of your AOF file, then use ./redis-check-aof --fix <filename>");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user