]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/netfilter/ipvs/ip_vs_nq.c
IPVS: Make "no destination available" message more consistent between schedulers
[karo-tx-linux.git] / net / netfilter / ipvs / ip_vs_nq.c
index 6758ad2ceaaf66130f881ff672cc0d9444d1416a..694952db502601156dbcd0ca8b02c72034b0ecbf 100644 (file)
@@ -95,8 +95,10 @@ ip_vs_nq_schedule(struct ip_vs_service *svc, const struct sk_buff *skb)
                }
        }
 
-       if (!least)
+       if (!least) {
+               IP_VS_ERR_RL("NQ: no destination available\n");
                return NULL;
+       }
 
   out:
        IP_VS_DBG_BUF(6, "NQ: server %s:%u "