Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d9e9b0d authored by Yannick Brosseau's avatar Yannick Brosseau Committed by Simon Horman
Browse files

netfilter: ipvs: Remove noisy debug print from ip_vs_del_service



This have been there for a long time, but does not seem to add value

Signed-off-by: default avatarYannick Brosseau <scientist@fb.com>
Signed-off-by: default avatarSimon Horman <horms@verge.net.au>
parent 667f0063
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1376,8 +1376,6 @@ static void __ip_vs_del_service(struct ip_vs_service *svc, bool cleanup)
	struct ip_vs_pe *old_pe;
	struct netns_ipvs *ipvs = svc->ipvs;

	pr_info("%s: enter\n", __func__);

	/* Count only IPv4 services for old get/setsockopt interface */
	if (svc->af == AF_INET)
		ipvs->num_services--;