mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
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>
This commit is contained in:
parent
50036ccf3d
commit
db2855ae24
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user