This message isn't really needed. Signed-off-by: Stephen Hemminger --- a/net/ipv4/tcp_cong.c 2014-05-05 23:44:19.000000000 -0700 +++ b/net/ipv4/tcp_cong.c 2014-08-22 06:33:06.067542809 -0700 @@ -51,7 +51,7 @@ int tcp_register_congestion_control(stru 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); -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html