diff options
author | bunnei <bunneidev@gmail.com> | 2016-04-03 10:10:58 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2016-04-03 10:10:58 -0400 |
commit | 6d24c73ea919243f2033f07e260c689db8e30b4e (patch) | |
tree | b91244f12288ac8d92d5eebc42c56e55271af14d /src/common/logging/backend.cpp | |
parent | e5e3b97db21fe96852d45da2be0360b078547cd5 (diff) | |
parent | bbdfbe44e6ab029464a466babbf5e53bee4ee1b9 (diff) |
Merge pull request #1616 from exhalatio/dlp_dummy
Dummy implementation dlp:SRVR Service.
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 a22b0aeb0..cfbfbc2a7 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -49,6 +49,7 @@ namespace Log { SUB(Service, CECD) \ SUB(Service, CFG) \ SUB(Service, DSP) \ + SUB(Service, DLP) \ SUB(Service, HID) \ SUB(Service, SOC) \ SUB(Service, IR) \ |