diff mbox

[net-next] tcp: silence registration message

Message ID 20150216093813.2d83e47c@uryu.home.lan
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

stephen hemminger Feb. 16, 2015, 2:38 p.m. UTC
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(-)

--
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

Comments

David Miller Feb. 20, 2015, 8:04 p.m. UTC | #1
From: Stephen Hemminger <shemming@brocade.com>
Date: Mon, 16 Feb 2015 09:38:13 -0500

> This message isn't really needed it justs waits time/space.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

Applied, thanks Stephen.
--
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
diff mbox

Patch

--- 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);