]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/netfilter/ipvs/ip_vs_rr.c
IPVS: Make "no destination available" message more consistent between schedulers
[karo-tx-linux.git] / net / netfilter / ipvs / ip_vs_rr.c
index 8fb51c169eb852daeb9e1117fde96f07a9d2b595..2d16ab7f8c1ec11ea2b284829036e57c2cbac8a8 100644 (file)
@@ -69,6 +69,7 @@ ip_vs_rr_schedule(struct ip_vs_service *svc, const struct sk_buff *skb)
                q = q->next;
        } while (q != p);
        write_unlock(&svc->sched_lock);
+       IP_VS_ERR_RL("RR: no destination available\n");
        return NULL;
 
   out: