diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-09-14 09:24:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-14 09:24:46 -0400 |
| commit | 04352a9aef52fde375950df8577debbb896c2ae1 (patch) | |
| tree | 9594ac76bca93b802fb17af6a108eb81b330d0b0 /src/common/logging/filter.cpp | |
| parent | 48dec7e0c9e7a7e735438ca58e024a894975b45a (diff) | |
| parent | 9d7eebde7b06f3a921707dfb7ebdee22ab9d257e (diff) | |
Merge pull request #11496 from liamwhite/ngc
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) \ |
