diff options
author | bunnei <bunneidev@gmail.com> | 2018-02-04 22:35:42 -0500 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-02-04 22:35:42 -0500 |
commit | 485c6541cfec7f5c1405a6cfa82712e0485e4464 (patch) | |
tree | 1ac276882e12d1b9977c886877494b4c1d1993ba /src/common/logging/backend.cpp | |
parent | 8a5833f7ad757f3c9c9051632aa05c99ca4543fa (diff) |
logger: Add NIFM service logging category.
Diffstat (limited to 'src/common/logging/backend.cpp')
-rw-r--r-- | src/common/logging/backend.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 7d72916122..c1f0311ce4 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -40,6 +40,7 @@ namespace Log { SUB(Service, CFG) \ SUB(Service, DSP) \ SUB(Service, HID) \ + SUB(Service, NIFM) \ SUB(Service, NVDRV) \ SUB(Service, Audio) \ SUB(Service, VI) \ |