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 9f3ba19db..8d5225f62 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -48,6 +48,7 @@ namespace Log {
48 SUB(Service, PCTL) \ 48 SUB(Service, PCTL) \
49 SUB(Service, SET) \ 49 SUB(Service, SET) \
50 SUB(Service, SM) \ 50 SUB(Service, SM) \
51 SUB(Service, SPL) \
51 SUB(Service, Time) \ 52 SUB(Service, Time) \
52 SUB(Service, VI) \ 53 SUB(Service, VI) \
53 CLS(HW) \ 54 CLS(HW) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 3573e6dc4..6298a4906 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -65,6 +65,7 @@ enum class Class : ClassType {
65 Service_PCTL, ///< The PCTL (Parental control) service 65 Service_PCTL, ///< The PCTL (Parental control) service
66 Service_SET, ///< The SET (Settings) service 66 Service_SET, ///< The SET (Settings) service
67 Service_SM, ///< The SM (Service manager) service 67 Service_SM, ///< The SM (Service manager) service
68 Service_SPL, ///< The SPL service
68 Service_Time, ///< The time service 69 Service_Time, ///< The time service
69 Service_VI, ///< The VI (Video interface) service 70 Service_VI, ///< The VI (Video interface) service
70 HW, ///< Low-level hardware emulation 71 HW, ///< Low-level hardware emulation