Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
6766fc56
Commit
6766fc56
authored
Mar 05, 2014
by
Jan-Erik Rediger
Committed by
antirez
Mar 11, 2014
Browse files
Small typo fixed
parent
9a7cf319
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sentinel.c
View file @
6766fc56
...
@@ -1514,7 +1514,7 @@ void sentinelFlushConfig(void) {
...
@@ -1514,7 +1514,7 @@ void sentinelFlushConfig(void) {
close
(
fd
);
close
(
fd
);
}
}
}
else
{
}
else
{
redisLog
(
REDIS_WARNING
,
"WARNING: Sen
i
tnel was not able to save the new configuration on disk!!!: %s"
,
strerror
(
errno
));
redisLog
(
REDIS_WARNING
,
"WARNING: Sent
i
nel was not able to save the new configuration on disk!!!: %s"
,
strerror
(
errno
));
}
}
server
.
hz
=
saved_hz
;
server
.
hz
=
saved_hz
;
return
;
return
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment