net/sched: Shut up

Signed-off-by: celtare21 <celtare21@gmail.com>
Signed-off-by: engstk <eng.stk@sapo.pt>
This commit is contained in:
celtare21 2018-12-23 11:58:20 +00:00 committed by Ksawlii
parent 65da85351f
commit 2129eb4fe8

View file

@ -1485,7 +1485,7 @@ static int htb_change_class(struct Qdisc *sch, u32 classid,
qdisc_put(parent_qdisc); qdisc_put(parent_qdisc);
if (warn) if (warn)
pr_warn("HTB: quantum of class %X is %s. Consider r2q change.\n", pr_debug("HTB: quantum of class %X is %s. Consider r2q change.\n",
cl->common.classid, (warn == -1 ? "small" : "big")); cl->common.classid, (warn == -1 ? "small" : "big"));
qdisc_class_hash_grow(sch, &q->clhash); qdisc_class_hash_grow(sch, &q->clhash);