diff --git a/src/connector.c b/src/connector.c index 16513097..671c21f4 100644 --- a/src/connector.c +++ b/src/connector.c @@ -308,9 +308,8 @@ retry: if (!client) { /* Probably already removed */ - LOGINFO("Failed to find client with polled fd %d in hashtable, closing", - fd); - close(fd); + LOGDEBUG("Failed to find client with polled fd %d in hashtable", + fd); } else parse_client_msg(ci, client);