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
a5e7358a
You need to sign in or sign up before continuing.
Commit
a5e7358a
authored
Nov 08, 2013
by
antirez
Browse files
Cluster: removed not needed newline at end of redisLog() msg.
parent
28071caf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cluster.c
View file @
a5e7358a
...
...
@@ -1207,7 +1207,7 @@ int clusterProcessPacket(clusterLink *link) {
{
redisLog(REDIS_WARNING,
"Node %.40s has old slots configuration, sending "
"an UPDATE message about %.40s
\n
"
,
"an UPDATE message about %.40s",
sender->name, server.cluster->slots[j]->name);
clusterSendUpdate(sender->link,server.cluster->slots[j]);
...
...
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