summaryrefslogtreecommitdiff
path: root/src/common/logging
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/logging')
-rw-r--r--src/common/logging/backend.cpp2
-rw-r--r--src/common/logging/log.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index 757e0cf47..3d39f94d5 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -47,8 +47,10 @@ namespace Log {
47 SUB(Service, NIM) \ 47 SUB(Service, NIM) \
48 SUB(Service, NWM) \ 48 SUB(Service, NWM) \
49 SUB(Service, CAM) \ 49 SUB(Service, CAM) \
50 SUB(Service, CECD) \
50 SUB(Service, CFG) \ 51 SUB(Service, CFG) \
51 SUB(Service, DSP) \ 52 SUB(Service, DSP) \
53 SUB(Service, DLP) \
52 SUB(Service, HID) \ 54 SUB(Service, HID) \
53 SUB(Service, SOC) \ 55 SUB(Service, SOC) \
54 SUB(Service, IR) \ 56 SUB(Service, IR) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 4da4831c3..b8eede3b8 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -62,8 +62,10 @@ enum class Class : ClassType {
62 Service_NIM, ///< The NIM (Network interface manager) service 62 Service_NIM, ///< The NIM (Network interface manager) service
63 Service_NWM, ///< The NWM (Network wlan manager) service 63 Service_NWM, ///< The NWM (Network wlan manager) service
64 Service_CAM, ///< The CAM (Camera) service 64 Service_CAM, ///< The CAM (Camera) service
65 Service_CECD, ///< The CECD service
65 Service_CFG, ///< The CFG (Configuration) service 66 Service_CFG, ///< The CFG (Configuration) service
66 Service_DSP, ///< The DSP (DSP control) service 67 Service_DSP, ///< The DSP (DSP control) service
68 Service_DLP, ///< The DLP (Download Play) service
67 Service_HID, ///< The HID (Human interface device) service 69 Service_HID, ///< The HID (Human interface device) service
68 Service_SOC, ///< The SOC (Socket) service 70 Service_SOC, ///< The SOC (Socket) service
69 Service_IR, ///< The IR service 71 Service_IR, ///< The IR service