diff options
| author | Liam <byteslice@airmail.cc> | 2022-04-06 14:46:21 -0400 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2022-04-06 20:07:01 -0400 |
| commit | 0cfcee95c7d13d6ea2d7c73c6f1b64a17ceb2aca (patch) | |
| tree | 635c360c4efe908dc0e2187b054b3aa0fbd8d5f6 /src/common/logging/filter.cpp | |
| parent | 37199c5f90728f21f5475e409e2ec93901f2f73b (diff) | |
service: jit: stub JIT service
Diffstat (limited to 'src/common/logging/filter.cpp')
| -rw-r--r-- | src/common/logging/filter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/filter.cpp b/src/common/logging/filter.cpp index 9120cc178..4acbff649 100644 --- a/src/common/logging/filter.cpp +++ b/src/common/logging/filter.cpp @@ -101,6 +101,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) { SUB(Service, GRC) \ SUB(Service, HID) \ SUB(Service, IRS) \ + SUB(Service, JIT) \ SUB(Service, LBL) \ SUB(Service, LDN) \ SUB(Service, LDR) \ |
