mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
Merge pull request #1582 from mattsta/add-error-mention-to-error-condition
Cluster: Update accept error to mention error
This commit is contained in:
commit
abd95ffdfd
@ -593,7 +593,7 @@ void clusterAcceptHandler(aeEventLoop *el, int fd, void *privdata, int mask) {
|
|||||||
if (cfd == ANET_ERR) {
|
if (cfd == ANET_ERR) {
|
||||||
if (errno != EWOULDBLOCK)
|
if (errno != EWOULDBLOCK)
|
||||||
redisLog(REDIS_VERBOSE,
|
redisLog(REDIS_VERBOSE,
|
||||||
"Accepting cluster node: %s", server.neterr);
|
"Error accepting cluster node: %s", server.neterr);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
anetNonBlock(NULL,cfd);
|
anetNonBlock(NULL,cfd);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user