mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 09:17:20 +00:00
redis-cli: add missing newline in error message.
This commit is contained in:
parent
5ba47b50ae
commit
93eed9ae01
@ -1511,7 +1511,7 @@ static void findBigKeys(void) {
|
||||
for(i=0;i<TYPE_NONE; i++) {
|
||||
maxkeys[i] = sdsempty();
|
||||
if(!maxkeys[i]) {
|
||||
fprintf(stderr, "Failed to allocate memory for largest key names!");
|
||||
fprintf(stderr, "Failed to allocate memory for largest key names!\n");
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user