diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-08-28 23:03:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-28 23:03:29 -0400 |
| commit | 7d2265b6a8c7272710caa69bfa0950c9e6c2c761 (patch) | |
| tree | 7786e07746f1f6432a98157fa1fb825d57fb2eb7 /src/common/logging/filter.cpp | |
| parent | c20ea8939032a7141f22607ad16b8aad5e7a3251 (diff) | |
| parent | f134a5e56cbd7f507914ea4092ae561f8b23936b (diff) | |
Merge pull request #6927 from german77/ngct
ngct: Stub NGCT:U 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 f055f0e11..42744c994 100644 --- a/src/common/logging/filter.cpp +++ b/src/common/logging/filter.cpp @@ -111,6 +111,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) { SUB(Service, NCM) \ SUB(Service, NFC) \ SUB(Service, NFP) \ + SUB(Service, NGCT) \ SUB(Service, NIFM) \ SUB(Service, NIM) \ SUB(Service, NPNS) \ |
