mirror of https://mirror.osredm.com/root/redis.git
Sentinel: remove SHARED! debugging printf
This commit is contained in:
parent
5a0516b5b9
commit
87b6013adb
|
@ -1031,7 +1031,6 @@ int sentinelTryConnectionSharing(sentinelRedisInstance *ri) {
|
|||
releaseInstanceLink(ri->link,NULL);
|
||||
ri->link = match->link;
|
||||
match->link->refcount++;
|
||||
printf("SHARED!\n");
|
||||
return REDIS_OK;
|
||||
}
|
||||
dictReleaseIterator(di);
|
||||
|
|
Loading…
Reference in New Issue