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
7c39b55d
Commit
7c39b55d
authored
Jul 24, 2012
by
antirez
Browse files
Sentinel: debugging message removed.
parent
e47236d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sentinel.c
View file @
7c39b55d
...
...
@@ -930,7 +930,6 @@ void sentinelLinkEstablishedCallback(const redisAsyncContext *c, int status) {
}
void
sentinelDisconnectCallback
(
const
redisAsyncContext
*
c
,
int
status
)
{
printf
(
"DISCONNECT CALLBACK CALLED: %p (%p)
\n
"
,
(
void
*
)
c
,
(
void
*
)
c
->
data
);
sentinelDisconnectInstanceFromContext
(
c
);
}
...
...
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