Hello, On Tue, 30 Mar 2021, Florian Westphal wrote: > This causes dmesg spew during normal operation, so remove this. > > Signed-off-by: Florian Westphal <fw@xxxxxxxxx> Looks good to me, thanks! Acked-by: Julian Anastasov <ja@xxxxxx> > --- > net/netfilter/ipvs/ip_vs_ftp.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/net/netfilter/ipvs/ip_vs_ftp.c b/net/netfilter/ipvs/ip_vs_ftp.c > index cf925906f59b..ef1f45e43b63 100644 > --- a/net/netfilter/ipvs/ip_vs_ftp.c > +++ b/net/netfilter/ipvs/ip_vs_ftp.c > @@ -591,8 +591,6 @@ static int __net_init __ip_vs_ftp_init(struct net *net) > ret = register_ip_vs_app_inc(ipvs, app, app->protocol, ports[i]); > if (ret) > goto err_unreg; > - pr_info("%s: loaded support on port[%d] = %u\n", > - app->name, i, ports[i]); > } > return 0; > > -- > 2.26.3 Regards -- Julian Anastasov <ja@xxxxxx>