mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Change the mbuf exhaustion warning message to match the message
in -stable.
This commit is contained in:
parent
a1479aa2fd
commit
a9caffba47
1 changed files with 2 additions and 1 deletions
|
|
@ -631,7 +631,8 @@ mb_alloc(struct mb_lstmngr *mb_list, int how, short type)
|
|||
(ticks - last_report) >= hz) {
|
||||
last_report = ticks;
|
||||
printf(
|
||||
"mb_alloc for mbuf type %d failed.\n", type);
|
||||
"All mbufs exhausted, please see tuning(7).\n", type);
|
||||
/* XXX: Actually could be clusters, but it gets the point across. */
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue