summaryrefslogtreecommitdiff
path: root/src/common/logging
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/logging')
-rw-r--r--src/common/logging/backend.cpp1
-rw-r--r--src/common/logging/log.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index 3ea102229..2ef3e6b05 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -45,6 +45,7 @@ namespace Log {
45 SUB(Service, LDR) \ 45 SUB(Service, LDR) \
46 SUB(Service, MIC) \ 46 SUB(Service, MIC) \
47 SUB(Service, NDM) \ 47 SUB(Service, NDM) \
48 SUB(Service, NFC) \
48 SUB(Service, NIM) \ 49 SUB(Service, NIM) \
49 SUB(Service, NWM) \ 50 SUB(Service, NWM) \
50 SUB(Service, CAM) \ 51 SUB(Service, CAM) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 9d8c18d8e..4330ef879 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -62,6 +62,7 @@ enum class Class : ClassType {
62 Service_LDR, ///< The LDR (3ds dll loader) service 62 Service_LDR, ///< The LDR (3ds dll loader) service
63 Service_MIC, ///< The MIC (Microphone) service 63 Service_MIC, ///< The MIC (Microphone) service
64 Service_NDM, ///< The NDM (Network daemon manager) service 64 Service_NDM, ///< The NDM (Network daemon manager) service
65 Service_NFC, ///< The NFC service
65 Service_NIM, ///< The NIM (Network interface manager) service 66 Service_NIM, ///< The NIM (Network interface manager) service
66 Service_NWM, ///< The NWM (Network wlan manager) service 67 Service_NWM, ///< The NWM (Network wlan manager) service
67 Service_CAM, ///< The CAM (Camera) service 68 Service_CAM, ///< The CAM (Camera) service