projects
/
redis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e47236d
)
Sentinel: debugging message removed.
author
antirez
<antirez@gmail.com>
Tue, 24 Jul 2012 16:20:05 +0000
(18:20 +0200)
committer
antirez
<antirez@gmail.com>
Thu, 27 Sep 2012 11:04:16 +0000
(13:04 +0200)
src/sentinel.c
patch
|
blob
|
blame
|
history
diff --git
a/src/sentinel.c
b/src/sentinel.c
index ea50a9f8616e0d0f72bc152a7766c74ff2a790f8..3acadf831f26ab2bb6130d1d9b2421d4da825358 100644
(file)
--- a/
src/sentinel.c
+++ b/
src/sentinel.c
@@
-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);
}