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
fe44a7cb
Commit
fe44a7cb
authored
Jan 26, 2016
by
antirez
Browse files
Cluster: mismatch sender ID log put back at DEBUG level.
parent
d6c5922f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cluster.c
View file @
fe44a7cb
...
...
@@ -1716,7 +1716,7 @@ int clusterProcessPacket(clusterLink *link) {
/* If the reply has a non matching node ID we
* disconnect this node and set it as not having an associated
* address. */
serverLog
(
LL_
WARNIN
G
,
"PONG contains mismatching sender ID. About node %.40s added %d ms ago, having flags %d"
,
serverLog(LL_
DEBU
G,"PONG contains mismatching sender ID. About node %.40s added %d ms ago, having flags %d",
link->node->name,
(int)(mstime()-(link->node->ctime)),
link->node->flags);
...
...
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