Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next] tcp: silence registration message
@ 2015-02-16 14:38 Stephen Hemminger
  2015-02-20 20:04 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2015-02-16 14:38 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

This message isn't really needed it justs waits time/space.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>


---
 net/ipv4/tcp_cong.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/net/ipv4/tcp_cong.c	2015-02-16 09:11:25.714980610 -0500
+++ b/net/ipv4/tcp_cong.c	2015-02-16 09:11:25.710980555 -0500
@@ -83,7 +83,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);
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-20 20:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-16 14:38 [PATCH net-next] tcp: silence registration message Stephen Hemminger
2015-02-20 20:04 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox