diff options
author | bunnei <bunneidev@gmail.com> | 2018-02-04 22:41:55 -0500 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-02-04 22:41:55 -0500 |
commit | 649960b4eb40d453ad55688b0fe0dc9677ca1605 (patch) | |
tree | 7461875b4c1dd65f0f966ccc59aad3f584f17f6c /src/common/logging/backend.cpp | |
parent | 8d2e4c3d39dca1abcb1e48c5cdbe02bdb1a21570 (diff) |
logger: Add LM 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 27a18a6c23..9af9f531bc 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -41,6 +41,7 @@ namespace Log { SUB(Service, CFG) \ SUB(Service, DSP) \ SUB(Service, HID) \ + SUB(Service, LM) \ SUB(Service, NIFM) \ SUB(Service, NVDRV) \ SUB(Service, Audio) \ |