diff options
| author | Liam <byteslice@airmail.cc> | 2023-09-13 22:06:33 -0400 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2023-09-14 09:14:08 -0400 |
| commit | 9d7eebde7b06f3a921707dfb7ebdee22ab9d257e (patch) | |
| tree | 2cbb987de3e7e6640f0ff4b5ecdf4096eb8961a5 /src/common/logging/filter.cpp | |
| parent | 8fb9f78e834349f62dcf4ed72d9e960a31bed949 (diff) | |
ngc: implement service
Diffstat (limited to 'src/common/logging/filter.cpp')
| -rw-r--r-- | src/common/logging/filter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging/filter.cpp b/src/common/logging/filter.cpp index c95909561..4e3a614a4 100644 --- a/src/common/logging/filter.cpp +++ b/src/common/logging/filter.cpp @@ -112,7 +112,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) { SUB(Service, NCM) \ SUB(Service, NFC) \ SUB(Service, NFP) \ - SUB(Service, NGCT) \ + SUB(Service, NGC) \ SUB(Service, NIFM) \ SUB(Service, NIM) \ SUB(Service, NOTIF) \ |
