Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
b74c899d
Commit
b74c899d
authored
Mar 06, 2014
by
antirez
Browse files
Merge branch 'unstable' of github.com:/antirez/redis into unstable
parents
e8bae92e
54e99fb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sentinel.c
View file @
b74c899d
...
...
@@ -1514,7 +1514,7 @@ void sentinelFlushConfig(void) {
close(fd);
}
} 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;
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