summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-07-24 18:20:05 +0200
committerantirez <antirez@gmail.com>2012-09-27 13:04:16 +0200
commit7c39b55d4231f3933d79c690572200bb251f6a0f (patch)
tree07b345908273d1f0209058d4f0257fb895a4f16e
parente47236d8d4f011516e10e51a95ea4620b1e10f54 (diff)
downloadredis-7c39b55d4231f3933d79c690572200bb251f6a0f.tar.gz
Sentinel: debugging message removed.
-rw-r--r--src/sentinel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sentinel.c b/src/sentinel.c
index ea50a9f86..3acadf831 100644
--- 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);
}