mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 05:51:34 +00:00
Small typo fixed
This commit is contained in:
committed by
antirez
parent
9a7cf31960
commit
6766fc561e
@ -1514,7 +1514,7 @@ void sentinelFlushConfig(void) {
|
|||||||
close(fd);
|
close(fd);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
redisLog(REDIS_WARNING,"WARNING: Senitnel was not able to save the new configuration on disk!!!: %s", strerror(errno));
|
redisLog(REDIS_WARNING,"WARNING: Sentinel was not able to save the new configuration on disk!!!: %s", strerror(errno));
|
||||||
}
|
}
|
||||||
server.hz = saved_hz;
|
server.hz = saved_hz;
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user