mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Fix column alignment in per-thread mode.
PR: 230872 Approved by: re (marius) MFC after: 1 week
This commit is contained in:
parent
4a82f36851
commit
fedded8d04
1 changed files with 2 additions and 0 deletions
|
|
@ -1067,6 +1067,8 @@ format_next_process(struct handle * xhandle, char *(*get_userid)(int), int flags
|
|||
|
||||
if (!ps.thread) {
|
||||
sbuf_printf(procbuf, "%4d ", pp->ki_numthreads);
|
||||
} else {
|
||||
sbuf_printf(procbuf, " ");
|
||||
}
|
||||
|
||||
sbuf_printf(procbuf, "%3d ", pp->ki_pri.pri_level - PZERO);
|
||||
|
|
|
|||
Loading…
Reference in a new issue