mirror of
https://github.com/fluencelabs/redis
synced 2025-04-26 19:12:14 +00:00
Fixes a typo
This commit is contained in:
parent
bf30f5a739
commit
cd9f7c6976
@ -3820,7 +3820,7 @@ int redisSupervisedUpstart(void) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
serverLog(LL_NOTICE, "supervised by upstart, will stop to signal readyness");
|
||||
serverLog(LL_NOTICE, "supervised by upstart, will stop to signal readiness");
|
||||
raise(SIGSTOP);
|
||||
unsetenv("UPSTART_JOB");
|
||||
return 1;
|
||||
@ -3844,7 +3844,7 @@ int redisSupervisedSystemd(void) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
serverLog(LL_NOTICE, "supervised by systemd, will signal readyness");
|
||||
serverLog(LL_NOTICE, "supervised by systemd, will signal readiness");
|
||||
if ((fd = socket(AF_UNIX, SOCK_DGRAM, 0)) == -1) {
|
||||
serverLog(LL_WARNING,
|
||||
"Can't connect to systemd socket %s", notify_socket);
|
||||
|
Loading…
x
Reference in New Issue
Block a user