aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_lblcr.c
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2008-12-29 18:37:36 -0800
committerDavid S. Miller <davem@davemloft.net>2008-12-29 18:37:36 -0800
commit68888d105365366c5e1e0424cc939c1fc757f9c4 (patch)
treec57165c3793b67d5ce73dc3b9e5f46490dd6b06c /net/netfilter/ipvs/ip_vs_lblcr.c
parentnet: KS8695: removed duplicated #include (diff)
downloadlinux-dev-68888d105365366c5e1e0424cc939c1fc757f9c4.tar.xz
linux-dev-68888d105365366c5e1e0424cc939c1fc757f9c4.zip
IPVS: Make "no destination available" message more consistent between schedulers
Acked-by: Graeme Fowler <graeme@graemef.net> Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter/ipvs/ip_vs_lblcr.c')
-rw-r--r--net/netfilter/ipvs/ip_vs_lblcr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/ipvs/ip_vs_lblcr.c b/net/netfilter/ipvs/ip_vs_lblcr.c
index 92dc76a6842c..c04ce56c7f0f 100644
--- a/net/netfilter/ipvs/ip_vs_lblcr.c
+++ b/net/netfilter/ipvs/ip_vs_lblcr.c
@@ -690,7 +690,7 @@ ip_vs_lblcr_schedule(struct ip_vs_service *svc, const struct sk_buff *skb)
/* The cache entry is invalid, time to schedule */
dest = __ip_vs_lblcr_schedule(svc);
if (!dest) {
- IP_VS_DBG(1, "no destination available\n");
+ IP_VS_ERR_RL("LBLCR: no destination available\n");
read_unlock(&svc->sched_lock);
return NULL;
}