diff options
-rw-r--r-- | net/ipv4/tcp_cong.c | 2 |
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) | |||
83 | ret = -EEXIST; | 83 | ret = -EEXIST; |
84 | } else { | 84 | } else { |
85 | list_add_tail_rcu(&ca->list, &tcp_cong_list); | 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 | spin_unlock(&tcp_cong_list_lock); | 88 | spin_unlock(&tcp_cong_list_lock); |
89 | 89 | ||