diff options
author | exhalatio <exha10@gmx.com.my> | 2016-04-03 06:05:20 +0900 |
---|---|---|
committer | exhalatio <exha10@gmx.com.my> | 2016-04-03 06:05:20 +0900 |
commit | bbdfbe44e6ab029464a466babbf5e53bee4ee1b9 (patch) | |
tree | 87ee7ebe6330ba343e1b5cfff922c1f97be93a3e /src/common/logging/backend.cpp | |
parent | b25605e20f70686fdfea4f5d4fa4d21d4bebb4e8 (diff) |
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 4c86151ab..97d2a2242 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -48,6 +48,7 @@ namespace Log { SUB(Service, CAM) \ SUB(Service, CFG) \ SUB(Service, DSP) \ + SUB(Service, DLP) \ SUB(Service, HID) \ SUB(Service, SOC) \ SUB(Service, IR) \ |