From: Stephen Hemminger <stephen@networkplumber•org>
To: davem@davemloft•net
Cc: netdev@vger•kernel.org, Stephen Hemminger <stephen@networkplumber•org>
Subject: [PATCH net-next 2/5] tcp: silence useless debug message
Date: Fri, 29 Aug 2014 00:09:20 -0700 [thread overview]
Message-ID: <20140829071029.906865956@networkplumber.org> (raw)
In-Reply-To: 20140829070918.508987897@networkplumber.org
[-- Attachment #1: tcp-nomsg.patch --]
[-- Type: text/plain, Size: 485 bytes --]
This message isn't really needed.
Signed-off-by: Stephen Hemminger <stephen@networkplumber•org>
--- 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);
next prev parent reply other threads:[~2014-08-29 7:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-29 7:09 [PATCH net-next 0/5] printk message cleanup's Stephen Hemminger
2014-08-29 7:09 ` [PATCH net-next 1/5] net: fix message priorities Stephen Hemminger
2014-08-29 7:09 ` Stephen Hemminger [this message]
2014-08-29 7:09 ` [PATCH net-next 3/5] ipv6: silence tunnel loading messages Stephen Hemminger
2014-08-29 7:09 ` [PATCH net-next 4/5] xfrm: replace printk with pr_ macro Stephen Hemminger
2014-08-29 7:09 ` [PATCH net-next 5/5] sched: replace bare printks Stephen Hemminger
2014-08-29 20:12 ` Michael Heimpold
2014-09-02 1:16 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140829071029.906865956@networkplumber.org \
--to=stephen@networkplumber$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=netdev@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox