Index: head/sys/dev/cxgbe/t4_clip.c =================================================================== --- head/sys/dev/cxgbe/t4_clip.c +++ head/sys/dev/cxgbe/t4_clip.c @@ -273,8 +273,12 @@ inet_ntop(AF_INET6, &ce->lip, &ip[0], sizeof(ip)); - log(LOG_ERR, "%s: could not add %s (%d)\n", - __func__, ip, rc); + if (sc->flags & KERN_TLS_OK || + sc->active_ulds != 0) { + log(LOG_ERR, + "%s: could not add %s (%d)\n", + __func__, ip, rc); + } free(ce, M_CXGBE); } next: