Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tcp: silence registration message

This message isn't really needed it justs waits time/space.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

stephen hemminger and committed by
David S. Miller
db2855ae 50036ccf

+1 -1
+1 -1
net/ipv4/tcp_cong.c
··· 83 83 ret = -EEXIST; 84 84 } else { 85 85 list_add_tail_rcu(&ca->list, &tcp_cong_list); 86 - pr_info("%s registered\n", ca->name); 86 + pr_debug("%s registered\n", ca->name); 87 87 } 88 88 spin_unlock(&tcp_cong_list_lock); 89 89