net/sched: Shut up
Signed-off-by: celtare21 <celtare21@gmail.com> Signed-off-by: engstk <eng.stk@sapo.pt>
This commit is contained in:
parent
65da85351f
commit
2129eb4fe8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue