mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Use switch out (SWO) instead of switch in (SWI) debug log mask in csw_out.
This commit is contained in:
parent
a4911e1696
commit
e182dffce4
1 changed files with 1 additions and 1 deletions
|
|
@ -1401,7 +1401,7 @@ pmc_process_csw_out(struct thread *td)
|
|||
|
||||
tmp = newvalue - PMC_PCPU_SAVED(cpu,ri);
|
||||
|
||||
PMCDBG(CSW,SWI,1,"cpu=%d ri=%d tmp=%jd", cpu, ri,
|
||||
PMCDBG(CSW,SWO,1,"cpu=%d ri=%d tmp=%jd", cpu, ri,
|
||||
tmp);
|
||||
|
||||
if (mode == PMC_MODE_TS) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue