tcp: silence registration message
authorstephen hemminger <shemming@brocade.com>
Mon, 16 Feb 2015 14:38:13 +0000 (09:38 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Feb 2015 20:04:03 +0000 (15:04 -0500)
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>
net/ipv4/tcp_cong.c

index d694088..d4c3a5e 100644 (file)
@@ -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);