diff options
| author | Liam <byteslice@airmail.cc> | 2023-02-19 15:05:34 -0500 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2023-03-01 10:39:49 -0500 |
| commit | 809148e1a58296ab88c9d3c6719d345f35ce0279 (patch) | |
| tree | 8db1dcd33eabde75ca55ceafc6fb380d5f007e50 /src/common/logging/filter.cpp | |
| parent | 65be230fdda302b25447f2f09b06e3238bd09e79 (diff) | |
nvnflinger: fix name
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 a959acb74..c95909561 100644 --- a/src/common/logging/filter.cpp +++ b/src/common/logging/filter.cpp @@ -119,7 +119,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) { SUB(Service, NPNS) \ SUB(Service, NS) \ SUB(Service, NVDRV) \ - SUB(Service, NVFlinger) \ + SUB(Service, Nvnflinger) \ SUB(Service, OLSC) \ SUB(Service, PCIE) \ SUB(Service, PCTL) \ |
