mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
cxgbe(4): Display CF facility correctly in the device log.
MFC after: 3 days
This commit is contained in:
parent
f7a9f1784f
commit
bae4e5af99
1 changed files with 1 additions and 0 deletions
|
|
@ -5546,6 +5546,7 @@ const char *devlog_level_strings[] = {
|
|||
|
||||
const char *devlog_facility_strings[] = {
|
||||
[FW_DEVLOG_FACILITY_CORE] = "CORE",
|
||||
[FW_DEVLOG_FACILITY_CF] = "CF",
|
||||
[FW_DEVLOG_FACILITY_SCHED] = "SCHED",
|
||||
[FW_DEVLOG_FACILITY_TIMER] = "TIMER",
|
||||
[FW_DEVLOG_FACILITY_RES] = "RES",
|
||||
|
|
|
|||
Loading…
Reference in a new issue