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
54e99fb2
Commit
54e99fb2
authored
Mar 06, 2014
by
Salvatore Sanfilippo
Browse files
Merge pull request #1578 from badboy/patch-5
Small typo fixed
parents
9b401819
5f5118bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sentinel.c
View file @
54e99fb2
...
...
@@ -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