aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_cong.c
diff options
context:
space:
mode:
authorstephen hemminger <shemming@brocade.com>2015-02-16 09:38:13 -0500
committerDavid S. Miller <davem@davemloft.net>2015-02-20 15:04:03 -0500
commitdb2855ae2441f151a1b65e1acbe484d51a0d4dd5 (patch)
tree8fb3bb230304434b4ce9f556955bff7aac5863d2 /net/ipv4/tcp_cong.c
parentMerge branch 'be2net-next' (diff)
downloadlinux-dev-db2855ae2441f151a1b65e1acbe484d51a0d4dd5.tar.xz
linux-dev-db2855ae2441f151a1b65e1acbe484d51a0d4dd5.zip
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>
Diffstat (limited to 'net/ipv4/tcp_cong.c')
-rw-r--r--net/ipv4/tcp_cong.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_cong.c b/net/ipv4/tcp_cong.c
index d694088214cd..d4c3a5e66380 100644
--- a/net/ipv4/tcp_cong.c
+++ b/net/ipv4/tcp_cong.c
@@ -83,7 +83,7 @@ int tcp_register_congestion_control(struct tcp_congestion_ops *ca)
ret = -EEXIST;
} else {
list_add_tail_rcu(&ca->list, &tcp_cong_list);
- pr_info("%s registered\n", ca->name);
+ pr_debug("%s registered\n", ca->name);
}
spin_unlock(&tcp_cong_list_lock);