summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-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 26cd75a3e..618be0864 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -48,6 +48,7 @@ namespace Log {
48 SUB(Service, NS) \ 48 SUB(Service, NS) \
49 SUB(Service, NVDRV) \ 49 SUB(Service, NVDRV) \
50 SUB(Service, PCTL) \ 50 SUB(Service, PCTL) \
51 SUB(Service, PREPO) \
51 SUB(Service, SET) \ 52 SUB(Service, SET) \
52 SUB(Service, SM) \ 53 SUB(Service, SM) \
53 SUB(Service, SPL) \ 54 SUB(Service, SPL) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 45821850c..1b29ce6e0 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -65,6 +65,7 @@ enum class Class : ClassType {
65 Service_NS, ///< The NS services 65 Service_NS, ///< The NS services
66 Service_NVDRV, ///< The NVDRV (Nvidia driver) service 66 Service_NVDRV, ///< The NVDRV (Nvidia driver) service
67 Service_PCTL, ///< The PCTL (Parental control) service 67 Service_PCTL, ///< The PCTL (Parental control) service
68 Service_PREPO, ///< The PREPO (Play report) service
68 Service_SET, ///< The SET (Settings) service 69 Service_SET, ///< The SET (Settings) service
69 Service_SM, ///< The SM (Service manager) service 70 Service_SM, ///< The SM (Service manager) service
70 Service_SPL, ///< The SPL service 71 Service_SPL, ///< The SPL service